diff --git a/.travis.yml b/.travis.yml index fed36610..39b4640f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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