Change to bintray
This commit is contained in:
parent
9393d7b406
commit
83aa9647ca
|
@ -17,7 +17,9 @@ script:
|
|||
- tar czvf matrique.tar.gz ${DEPLOY_DIR}
|
||||
|
||||
deploy:
|
||||
provider: releases
|
||||
api_key: "${GITHUB_OAUTH_TOKEN}"
|
||||
file: matrique.tar.gz
|
||||
- provider: bintray
|
||||
file: .ci/bintray-release.json
|
||||
user: $BINTRAY_USER
|
||||
key:
|
||||
secure: $BINTRAY_TOKEN
|
||||
skip_cleanup: true
|
Loading…
Reference in New Issue