Merge pull request #97 from abeaumont/fix/travis-api-key
travis: Fix binary deployment
This commit is contained in:
commit
0fe0a97f67
@ -43,7 +43,8 @@ before_deploy:
|
||||
|
||||
deploy:
|
||||
provider: releases
|
||||
api_key: $GITHUB_TOKEN
|
||||
api_key:
|
||||
secure: $GITHUB_TOKEN
|
||||
file_glob: true
|
||||
file: build/*.tar.gz
|
||||
skip_cleanup: true
|
||||
|
Loading…
Reference in New Issue
Block a user