mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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>
This commit is contained in:
parent
639388e2d8
commit
604d563a87
1 changed files with 1 additions and 2 deletions
|
@ -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*
|
||||
|
|
Loading…
Reference in a new issue