Skip to content

Commit

Permalink
Update android_build.yml
Browse files Browse the repository at this point in the history
keystore not found
  • Loading branch information
jerleo authored Nov 8, 2024
1 parent 0b39ba4 commit e1e7ae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -58,4 +58,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: release-artifacts
path: ${{ steps.releaseApk.outputs.apkfile }}
path: ${{ steps.releaseApk.outputs.apkfile }}

0 comments on commit e1e7ae5

Please sign in to comment.