mirror of https://github.com/inolen/redream.git
change git tag name
This commit is contained in:
parent
db2ac9a02f
commit
aba02cbae8
|
@ -37,7 +37,7 @@ script:
|
|||
|
||||
before_deploy:
|
||||
- BUILD_ARTIFACT=redream.$BUILD_ARCH-$BUILD_PLATFORM-HEAD.tar.gz
|
||||
- GIT_TAG=$BUILD_ARCH-$BUILD_PLATFORM-HEAD
|
||||
- GIT_TAG=travis-ci-latest
|
||||
- tar -cvzf $BUILD_ARTIFACT ../profiles redream
|
||||
- git config --global user.email "builds@travis-ci.com"
|
||||
- git config --global user.name "Travis CI"
|
||||
|
|
Loading…
Reference in New Issue