summaryrefslogtreecommitdiffstats
path: root/scripts/windows
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/windows')
-rw-r--r--scripts/windows/after_success.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/scripts/windows/after_success.sh b/scripts/windows/after_success.sh
index 2d63b7db1..b68515076 100644
--- a/scripts/windows/after_success.sh
+++ b/scripts/windows/after_success.sh
@@ -9,8 +9,9 @@ cd ${TRAVIS_BUILD_DIR}/../win32/subsurface
echo "Submitting the following Windows files for continuous build release:"
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
-wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
+wget -c https://github.com/dirkhh/uploadtool/raw/master/upload.sh
bash ./upload.sh subsurface*.exe*
-
-bash -x ${TRAVIS_BUILD_DIR}/scripts/travis_end.sh