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 }}