Fixed error in APK release

This commit is contained in:
yairm210
2021-09-08 23:46:07 +03:00
parent 1530389507
commit 4eb9fe3751

View File

@ -110,7 +110,7 @@ jobs:
continue-on-error: true
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
with:
releaseDirectory: deploy
releaseDirectory: android/build/outputs/apk/release
signingKeyBase64: ${{ secrets.BUNDLE_SIGNING_KEY_BASE64 }}
alias: ${{ secrets.BUNDLE_SIGNING_KEY_ALIAS }}
keyStorePassword: ${{ secrets.BUNDLE_SIGNING_KEYSTORE_PASSWORD }}