mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
travis: Fix binary deployment
This commit is contained in:
parent
554c9254ae
commit
fd6a2f2132
@ -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