Skip to content

Commit

Permalink
Use file glob to find release files
Browse files Browse the repository at this point in the history
  • Loading branch information
tannewt committed Dec 6, 2018
1 parent 88b78b0 commit 77d08f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 77d08f3

Please sign in to comment.