Skip to content

Commit

Permalink
change secret
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehmcc committed Jul 23, 2024
1 parent e7d0a65 commit 95b6168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-on-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: 🔧 Build APK
env:
KEY_JKS: ${{ secrets.KEY_JKS }}
KEY_PASSWORD: ${{ secrets.ALIAS_PASSWORD }}
KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }}
ALIAS_PASSWORD: ${{ secrets.KEY_PASSWORD }}
run: |
base64 -d <<< $KEY_JKS > ./android/app/release-key.jks
Expand Down

0 comments on commit 95b6168

Please sign in to comment.