We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebf091e commit c40fe28Copy full SHA for c40fe28
.travis.yml
@@ -64,6 +64,7 @@ deploy:
64
## Github releases
65
provider: releases
66
api_key: "$GITHUB_TOKEN"
67
+ file_glob: true # allows '*' in file below
68
file: "$TRAVIS_BUILD_DIR/build/scripts/*.tar.gz"
69
skip_cleanup: true
70
on:
0 commit comments