Use file glob to find release files
This commit is contained in:
parent
88b78b01fa
commit
77d08f3a1e
@ -7,8 +7,8 @@ compiler:
|
||||
deploy:
|
||||
provider: releases
|
||||
api_key: "$GITHUB_TOKEN"
|
||||
file:
|
||||
- $(ls -d1 bin/*/* | tr "\n" ":")
|
||||
file_glob: true
|
||||
file: "$TRAVIS_BUILD_DIR/bin/*/*"
|
||||
skip_cleanup: true
|
||||
draft: true
|
||||
on:
|
||||
|
Loading…
Reference in New Issue
Block a user