Use uploadtool

This commit is contained in:
probonopd
2016-11-19 13:48:14 +01:00
committed by GitHub
parent 118823a9af
commit e594e6f678
+7 -1
View File
@@ -31,4 +31,10 @@ script:
- export VERSION=$(git describe --always) - export VERSION=$(git describe --always)
- ./linuxdeployqt/linuxdeployqt linuxdeployqt.AppDir/linuxdeployqt -verbose=3 -appimage - ./linuxdeployqt/linuxdeployqt linuxdeployqt.AppDir/linuxdeployqt -verbose=3 -appimage
- ls -lh - ls -lh
- curl --upload-file ./linuxdeployqt-*.AppImage https://transfer.sh/linuxdeployqt-$VERSION-x86_64.appimage - wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
- bash ./upload.sh ./linuxdeployqt-*.AppImage
branches:
except:
- # Do not build tags that we create when we upload to GitHub Releases
- /^(?i:continuous)$/