This commit is contained in:
itsmattkc
2019-01-17 12:29:13 +11:00
parent 4ed16c2b61
commit 0ffe8440cc
+2
View File
@@ -27,6 +27,8 @@ after_success:
- find appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq
- # curl --upload-file Olive*.AppImage https://transfer.sh/Olive-git.$(git rev-parse --short HEAD)-x86_64.AppImage
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
# only create release for master
- if [ "$TRAVIS_BRANCH" != "master" ]; then export TRAVIS_EVENT_TYPE=pull_request; fi
- bash upload.sh Olive*.AppImage*
branches: