diff options
author | Salvador Cuñat <salvador.cunat@gmail.com> | 2018-10-15 00:37:54 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-10-15 06:35:14 -0400 |
commit | 604d563a87af40e58b2f488c373fa9e873403a39 (patch) | |
tree | 3233834c9365216f9da868f1c8a1626c48a9ceda /scripts | |
parent | 639388e2d8877c4f177ff3a0bbb2706170e091a8 (diff) | |
download | subsurface-604d563a87af40e58b2f488c373fa9e873403a39.tar.gz |
Fix after_success.sh for windows container build
Ooops. Forgot to fix this before sent the patches, as this part doesn't
works on my travis builds.
Signed-off-by: Salvador Cuñat <salvador.cunat@gmail.com>
Diffstat (limited to 'scripts')
-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* |