Remove -tag from path if no tag for build directory
This commit is contained in:
parent
da5021ad27
commit
a8e0e112cf
1 changed files with 1 additions and 1 deletions
|
@ -47,4 +47,4 @@ addons:
|
||||||
paths:
|
paths:
|
||||||
- $(git ls-files -o dist/{*.dmg,*.exe,*.AppImage} | tr "\n" ":")
|
- $(git ls-files -o dist/{*.dmg,*.exe,*.AppImage} | tr "\n" ":")
|
||||||
target_paths:
|
target_paths:
|
||||||
- /app/commit-${TRAVIS_COMMIT:0:7}_build-${TRAVIS_BUILD_NUMBER}_tag-${TRAVIS_TAG}
|
- /app/commit-${TRAVIS_COMMIT:0:7}_build-${TRAVIS_BUILD_NUMBER}$(if env | grep -q ^TRAVIS_TAG=; then echo _tag-${TRAVIS_TAG}; fi)
|
Loading…
Add table
Reference in a new issue