chore: specify destination folder name for artifacts upload

This commit is contained in:
Igor Gassmann 2018-03-08 10:30:57 -05:00
parent 1fa8d4bcf7
commit 4cb53869ac

View file

@ -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}