diff options
Diffstat (limited to 'scripts/windows/after_success.sh')
-rw-r--r-- | scripts/windows/after_success.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/windows/after_success.sh b/scripts/windows/after_success.sh index 7392214e6..64738c126 100644 --- a/scripts/windows/after_success.sh +++ b/scripts/windows/after_success.sh @@ -15,3 +15,7 @@ source ${TRAVIS_BUILD_DIR}/scripts/release-message.sh # get and run the upload script wget -c https://raw.githubusercontent.com/dirkhh/uploadtool/master/upload.sh bash ./upload.sh subsurface*.exe* + +# upload smtk2ssrf +cd ${TRAVIS_BUILD_DIR}/../win32/smtk-import +bash ../subsurface/upload.sh smtk2ssrf*.exe* |