mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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:
parent
9ec6aafe51
commit
36396d0bf4
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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*
|
||||
|
|
Loading…
Reference in a new issue