chore: specify destination folder name for artifacts upload
This commit is contained in:
parent
1fa8d4bcf7
commit
4cb53869ac
1 changed files with 3 additions and 1 deletions
|
@ -44,4 +44,6 @@ branches:
|
|||
addons:
|
||||
artifacts:
|
||||
paths:
|
||||
- $(git ls-files -o dist/{*.dmg,*.AppImage,*.exe} | tr "\n" ":")
|
||||
- $(git ls-files -o dist/{*.dmg,*.AppImage,*.exe} | tr "\n" ":")
|
||||
target_paths:
|
||||
- /commit-${TRAVIS_COMMIT}_build-${TRAVIS_BUILD_NUMBER}_tag-${TRAVIS_TAG}
|
Loading…
Reference in a new issue