From 6210041241259f8434ec0ec1fa948da624940cc5 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 99d3aa2e4c..849fa1fb16 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: