Skip to content

Commit

Permalink
build(Needs bump): Put keystore to correct file path
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Nov 10, 2024
1 parent 8961cf9 commit 6210041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6210041

Please sign in to comment.