mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-31 17:31:27 +00:00
Fix path for artifacts uploading
This commit is contained in:
parent
4cb53869ac
commit
06eb727daa
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@ branches:
|
||||||
- "/^v\\d+\\.\\d+\\.\\d+$/"
|
- "/^v\\d+\\.\\d+\\.\\d+$/"
|
||||||
addons:
|
addons:
|
||||||
artifacts:
|
artifacts:
|
||||||
|
working_dir: dist
|
||||||
paths:
|
paths:
|
||||||
- $(git ls-files -o dist/{*.dmg,*.AppImage,*.exe} | tr "\n" ":")
|
- $(git ls-files -o dist/{*.dmg,*.AppImage,*.exe} | tr "\n" ":")
|
||||||
target_paths:
|
target_paths:
|
||||||
- /commit-${TRAVIS_COMMIT}_build-${TRAVIS_BUILD_NUMBER}_tag-${TRAVIS_TAG}
|
- /commit-${TRAVIS_COMMIT:0:7}_build-${TRAVIS_BUILD_NUMBER}_tag-${TRAVIS_TAG}
|
Loading…
Add table
Reference in a new issue