From d4cc79940572f63f0b876d672630fa7e73e13dd9 Mon Sep 17 00:00:00 2001 From: Vadim <44135514+vodemn@users.noreply.github.com> Date: Wed, 21 Feb 2024 15:05:34 +0100 Subject: [PATCH] typo --- .github/workflows/build_apk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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