travis: fix-up github token variable
This commit is contained in:
parent
4300902cde
commit
75d7ff1595
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user