summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/windows/after_success.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/windows/after_success.sh b/scripts/windows/after_success.sh
index 64738c126..b84100be7 100644
--- a/scripts/windows/after_success.sh
+++ b/scripts/windows/after_success.sh
@@ -12,10 +12,10 @@ find . -name subsurface\*.exe*
# set up the release message to use
source ${TRAVIS_BUILD_DIR}/scripts/release-message.sh
-# get and run the upload script
+# get the upload script
wget -c https://raw.githubusercontent.com/dirkhh/uploadtool/master/upload.sh
-bash ./upload.sh subsurface*.exe*
-# upload smtk2ssrf
+# don't upload the Subsurface build (we get that from the container based
+# Windows build, just upload smtk2ssrf
cd ${TRAVIS_BUILD_DIR}/../win32/smtk-import
bash ../subsurface/upload.sh smtk2ssrf*.exe*