From e1e7ae5c3487fed5606df3a7eda2edd4747ce482 Mon Sep 17 00:00:00 2001 From: Jeremiah Leonard Date: Fri, 8 Nov 2024 15:43:48 +0100 Subject: [PATCH] Update android_build.yml keystore not found --- .github/workflows/android_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android_build.yml b/.github/workflows/android_build.yml index 31cd1d0..e31e39f 100644 --- a/.github/workflows/android_build.yml +++ b/.github/workflows/android_build.yml @@ -34,7 +34,7 @@ jobs: run: | echo $ENCODED_STRING > keystore-b64.txt - base64 -d keystore-b64.txt > keystore.jks + base64 -d keystore-b64.txt > .keystore.jks - name: Build Release apk env: @@ -58,4 +58,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: release-artifacts - path: ${{ steps.releaseApk.outputs.apkfile }} \ No newline at end of file + path: ${{ steps.releaseApk.outputs.apkfile }}