chore: rename tagged builds destination folder on S3
This commit is contained in:
parent
8240e70fb1
commit
c226a1e608
1 changed files with 1 additions and 1 deletions
|
@ -47,4 +47,4 @@ addons:
|
|||
paths:
|
||||
- $(git ls-files -o dist/{*.dmg,*.exe,*.deb} | tr "\n" ":")
|
||||
target_paths:
|
||||
- /app/build-${TRAVIS_BUILD_NUMBER}_commit-${TRAVIS_COMMIT:0:7}$([ ! -z ${TRAVIS_TAG} ] && echo "_tag-${TRAVIS_TAG}")
|
||||
- /app/build-${TRAVIS_BUILD_NUMBER}_commit-${TRAVIS_COMMIT:0:7}$([ ! -z ${TRAVIS_TAG} ] && echo _tag-${TRAVIS_TAG})
|
Loading…
Reference in a new issue