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