travis: fix-up github token variable

This commit is contained in:
Alibek Omarov 2020-10-04 05:13:25 +03:00
parent 528a96710f
commit c87971ca25
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ after_success:
- $ANDROID_HOME/build-tools/28.0.3/apksigner sign --ks debug.keystore --ks-key-alias androiddebugkey --ks-pass "pass:android" --key-pass "pass:android" --in $(find -name "*-green-release-unsigned.apk") --out husky-green-release.apk
- wget https://raw.githubusercontent.com/FWGS/uploadtool/master/upload.sh
- chmod +x upload.sh
- ./upload.sh husky-green-debug.apk husky-green-release.apk
- GITHUB_TOKEN=$GH_TOKEN ./upload.sh husky-green-debug.apk husky-green-release.apk
branches:
except:
# Do not build tags that we create when we upload to GitHub Releases