diff options
-rw-r--r-- | scripts/windows-container/after_success.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/windows-container/after_success.sh b/scripts/windows-container/after_success.sh index f8b32361d..f169b4a0a 100644 --- a/scripts/windows-container/after_success.sh +++ b/scripts/windows-container/after_success.sh @@ -25,5 +25,4 @@ wget -c https://raw.githubusercontent.com/dirkhh/uploadtool/master/upload.sh bash ./upload.sh ${TRAVIS_BUILD_DIR}/../win32/subsurface/subsurface*.exe* # upload smtk2ssrf -cd ${TRAVIS_BUILD_DIR}/../win32/smtk-import -bash ../subsurface/upload.sh smtk2ssrf*.exe* +bash ./upload.sh ${TRAVIS_BUILD_DIR}/../win32/smtk-import/smtk2ssrf*.exe* |