Fix release apk path.

This commit is contained in:
Jean-Philip Desjardins 2017-11-16 21:05:52 -05:00
parent ffbc452342
commit f9d1ed62bb

View File

@ -93,7 +93,7 @@ travis_before_deploy()
return
fi;
if [ "$TARGET_OS" = "Android" ]; then
cp ../../build_android/build/outputs/apk/Play-release-unsigned.apk .
cp ../../build_android/build/outputs/apk/release/Play-release-unsigned.apk .
export ANDROID_BUILD_TOOLS=$ANDROID_HOME/build-tools/25.0.0
$ANDROID_BUILD_TOOLS/zipalign -v -p 4 Play-release-unsigned.apk Play-release.apk
$ANDROID_BUILD_TOOLS/apksigner sign --ks ../../installer_android/deploy.keystore --ks-key-alias deploy --ks-pass env:ANDROID_KEYSTORE_PASS --key-pass env:ANDROID_KEYSTORE_PASS Play-release.apk