mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
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:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
api_key: $GITHUB_TOKEN
|
api_key:
|
||||||
|
secure: $GITHUB_TOKEN
|
||||||
file_glob: true
|
file_glob: true
|
||||||
file: build/*.tar.gz
|
file: build/*.tar.gz
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
|
Loading…
Reference in New Issue
Block a user