diff --git a/.github/workflows/build_apk.yml b/.github/workflows/build_apk.yml index 27107c1..1404427 100644 --- a/.github/workflows/build_apk.yml +++ b/.github/workflows/build_apk.yml @@ -65,7 +65,7 @@ jobs: - name: Restore Android keystore .jsk and .properties files run: | - bash .github/scripts/restore_from_base64.sh "${{ secrets.KEYSTORE }}" "android/keystore.jks" + bash .github/scripts/restore_from_base64.sh "${{ secrets.KEYSTORE }}" "android/app/keystore.jks" bash .github/scripts/restore_from_base64.sh "${{ secrets.KEYSTORE_PROPERTIES }}" "android/key.properties" - name: Restore android/app/google-services.json