1
0
Fork 0
VideoPlayer/scripts/upload.sh
2018-10-23 21:32:05 +01:00

9 lines
311 B
Bash
Executable file

#!/bin/bash
set -e
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
echo "Done!"