1
0
Fork 0

[Scripts] Fix upload script.

This commit is contained in:
Kitteh 2018-10-23 23:23:41 +01:00
parent 51fe31d901
commit 9d695e2a3f

View file

@ -5,5 +5,5 @@ export TEXT=`git log -1 --pretty=%B`
export UPLOADTOOL_BODY="$TEXT\nTravis CI build log: https://travis-ci.com/$TRAVIS_REPO_SLUG/builds/$TRAVIS_BUILD_ID/"
wget https://github.com/probonopd/uploadtool/raw/master/upload.sh
bash upload.sh KittehPlayer*.AppImage* KittehPlayer*.exe
bash upload.sh KittehPlayer*.AppImage*
echo "Done!"