File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,15 +60,15 @@ script:
6060- cd ..
6161- wget -c -nv "https://github.com/probonopd/linuxdeployqt/releases/download/6/linuxdeployqt-6-x86_64.AppImage"
6262- chmod a+x linuxdeployqt-6-x86_64.AppImage
63- - export VERSION=`git -C . rev-parse --short HEAD` # linuxdeployqt uses this for naming the file
63+ - export VERSION=${TRAVIS_BRANCH}- `git -C . rev-parse --short HEAD` # linuxdeployqt uses this for naming the file
6464- ./linuxdeployqt-6-x86_64.AppImage appdir/usr/share/applications/*.desktop -appimage
6565
6666
6767after_success :
6868 - find appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq
6969 - wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
7070 - chmod a+x upload.sh
71- - UPLOADTOOL_ISPRERELEASE=true UPLOADTOOL_SUFFIX=v3.12.x ./upload.sh DB_Browser_for_SQLite*.AppImage*
71+ - UPLOADTOOL_ISPRERELEASE=true UPLOADTOOL_SUFFIX=$TRAVIS_BRANCH ./upload.sh DB_Browser_for_SQLite*.AppImage*
7272
7373notifications :
7474 email :
You can’t perform that action at this time.
0 commit comments