chore: indicate paths for build artifacts to Travis
This commit is contained in:
parent
c14d463842
commit
906eb852fa
1 changed files with 3 additions and 1 deletions
|
@ -42,4 +42,6 @@ branches:
|
|||
except:
|
||||
- "/^v\\d+\\.\\d+\\.\\d+$/"
|
||||
addons:
|
||||
artifacts: true
|
||||
artifacts:
|
||||
paths:
|
||||
- $(git ls-files -o dist/{*.dmg,*.AppImage,*.exe} | tr "\n" ":")
|
Loading…
Add table
Reference in a new issue