Skip to content

Commit

Permalink
android: fix APK path
Browse files Browse the repository at this point in the history
  • Loading branch information
Velaron committed Nov 16, 2023
1 parent 1aeb52b commit d05295e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gha/build_android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pushd android
pushd app/build/outputs/apk/debug

$ANDROID_HOME/build-tools/34.0.0/apksigner sign --ks $GITHUB_WORKSPACE/android/debug.keystore --ks-key-alias androiddebugkey \
--ks-pass pass:android --key-pass pass:android --out app-debug-signed.apk app-debug-unsigned.apk
--ks-pass pass:android --key-pass pass:android --out app-debug-signed.apk app-debug.apk

popd
popd
Expand Down

0 comments on commit d05295e

Please sign in to comment.