From 6c110ddac3b70ff6e95660e5400cbcc9c248c2a0 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Sun, 10 Feb 2019 14:36:40 -0800 Subject: [PATCH] fixed upload step in travis --- .travis/after_success.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis/after_success.sh b/.travis/after_success.sh index 5835e24ee..2251a7ed4 100644 --- a/.travis/after_success.sh +++ b/.travis/after_success.sh @@ -3,7 +3,7 @@ if [[ "$TRAVIS_OS_NAME" == "osx" ]] then wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh - upload.sh Olive*.zip + bash upload.sh Olive*.zip elif [[ "$TRAVIS_OS_NAME" == "linux" ]] then find appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq @@ -14,5 +14,5 @@ then then export TRAVIS_EVENT_TYPE=pull_request fi - upload.sh Olive*.AppImage* + bash upload.sh Olive*.AppImage* fi \ No newline at end of file