From 9d695e2a3f34f3afd6092876c1581877a7ed6e46 Mon Sep 17 00:00:00 2001 From: Kitteh Date: Tue, 23 Oct 2018 23:23:41 +0100 Subject: [PATCH] [Scripts] Fix upload script. --- scripts/upload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upload.sh b/scripts/upload.sh index 4af6781..5c7d6ac 100755 --- a/scripts/upload.sh +++ b/scripts/upload.sh @@ -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!" \ No newline at end of file