Separate paths for artifacts uploading
This commit is contained in:
parent
06eb727daa
commit
aa11020029
1 changed files with 3 additions and 1 deletions
|
@ -45,6 +45,8 @@ addons:
|
|||
artifacts:
|
||||
working_dir: dist
|
||||
paths:
|
||||
- $(git ls-files -o dist/{*.dmg,*.AppImage,*.exe} | tr "\n" ":")
|
||||
- $(git ls-files -o *.dmg | tr "\n" ":" | cut -f 1 -d ":")
|
||||
- $(git ls-files -o *.exe | tr "\n" ":" | cut -f 1 -d ":")
|
||||
- $(git ls-files -o *.AppImage | tr "\n" ":" | cut -f 1 -d ":")
|
||||
target_paths:
|
||||
- /commit-${TRAVIS_COMMIT:0:7}_build-${TRAVIS_BUILD_NUMBER}_tag-${TRAVIS_TAG}
|
Loading…
Add table
Reference in a new issue