diff options
Diffstat (limited to 'scripts/windows/after_success.sh')
-rw-r--r-- | scripts/windows/after_success.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/windows/after_success.sh b/scripts/windows/after_success.sh index 9fd38c475..e0927eeb9 100644 --- a/scripts/windows/after_success.sh +++ b/scripts/windows/after_success.sh @@ -7,9 +7,9 @@ fi cd ${TRAVIS_BUILD_DIR}/../win32/subsurface echo "Submitting the folloing Windows installer for continuous build release:" -find . -name subsurface\*.exe +find . -name subsurface\*.exe* # get and run the upload script wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh -bash ./upload.sh subsurface*.exe +bash ./upload.sh subsurface*.exe* |