🐛 Fixed Travis build tagging
This commit is contained in:
+12
@@ -20,6 +20,12 @@ matrix:
|
|||||||
- ./linuxdeployqt-6-x86_64.AppImage ./resources/chatterino.desktop -no-translations -unsupported-allow-new-glibc -appimage -qmake=/opt/qt512/bin/qmake
|
- ./linuxdeployqt-6-x86_64.AppImage ./resources/chatterino.desktop -no-translations -unsupported-allow-new-glibc -appimage -qmake=/opt/qt512/bin/qmake
|
||||||
- mv Chatterino-*-x86_64.AppImage Chatterino-x86_64.AppImage
|
- mv Chatterino-*-x86_64.AppImage Chatterino-x86_64.AppImage
|
||||||
|
|
||||||
|
before_deploy:
|
||||||
|
- git config --global user.email "builds@travis-ci.com"
|
||||||
|
- git config --global user.name "Travis CI"
|
||||||
|
- export GIT_TAG=nightly-build
|
||||||
|
- git tag $GIT_TAG -f
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
provider: releases
|
provider: releases
|
||||||
@@ -58,6 +64,12 @@ matrix:
|
|||||||
--app-drop-link 0 0 \
|
--app-drop-link 0 0 \
|
||||||
chatterino-osx.dmg app/"
|
chatterino-osx.dmg app/"
|
||||||
|
|
||||||
|
before_deploy:
|
||||||
|
- git config --global user.email "builds@travis-ci.com"
|
||||||
|
- git config --global user.name "Travis CI"
|
||||||
|
- export GIT_TAG=nightly-build
|
||||||
|
- git tag $GIT_TAG -f
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
provider: releases
|
provider: releases
|
||||||
|
|||||||
Reference in New Issue
Block a user