From b44419133a9bb87b8fb7cf2929b982f1003a054d Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sun, 10 Nov 2024 17:09:18 +0100 Subject: [PATCH] build(Needs bump): Put keystore to correct file path --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 99d3aa2e..4513330e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,7 +53,7 @@ jobs: - name: Setup keystore run: | - echo "${{ secrets.KEYSTORE }}" | base64 --decode > "keystore.jks"} + echo "${{ secrets.KEYSTORE }}" | base64 --decode > "android/app/keystore.jks" - name: Release env: