Change to bintray

square-messages
Black Hat 2018-09-05 18:17:28 +08:00
parent 9393d7b406
commit 83aa9647ca
1 changed files with 6 additions and 4 deletions

View File

@ -17,7 +17,9 @@ script:
- tar czvf matrique.tar.gz ${DEPLOY_DIR}
deploy:
provider: releases
api_key: "${GITHUB_OAUTH_TOKEN}"
file: matrique.tar.gz
skip_cleanup: true
- provider: bintray
file: .ci/bintray-release.json
user: $BINTRAY_USER
key:
secure: $BINTRAY_TOKEN
skip_cleanup: true