smtk-import: Upload .AppImage and .exe files

Upload windows installer and AppImage to Subsurface's repo

Signed-off-by: Salvador Cuñat <salvador.cunat@gmail.com>
This commit is contained in:
Salvador Cuñat 2018-02-19 23:06:52 +01:00 committed by Dirk Hohndel
parent 9ec6aafe51
commit 36396d0bf4
2 changed files with 5 additions and 1 deletions

View file

@ -13,4 +13,4 @@ ls -lh Subsurface*.AppImage
# get and run the upload script
wget -c https://raw.githubusercontent.com/dirkhh/uploadtool/master/upload.sh
bash ./upload.sh Subsurface*.AppImage Subsurface*.AppImage.zsync
bash ./upload.sh smtk2ssrf*.AppImage

View file

@ -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*