@@ -96,6 +96,8 @@ deploy:
- open62541-linux32.tar.gz
- open62541-linux64.tar.gz
- open62541-raspberrypi.tar.gz
+ - open62541.c
+ - open62541.h
skip_cleanup: true
on:
tags: true
@@ -11,8 +11,6 @@ cd open62541-www
git rm -rf doc
cp -r ../build/doc ./
git add -A doc/*
-cp ../build/open62541.* ./
-git add open62541.*
git config --global user.email "open62541-travis-ci@users.noreply.github.com"
git config --global user.name "Open62541 travis-ci"
git config --global push.default simple