Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
linzyt223 authored Sep 24, 2024
1 parent 41d3e3c commit 8ccebc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: ilharp/sign-android-release@v1
with:
releaseDir: app/build/outputs/apk/release
signingKey: ${{ steps.keytool.outputs.key }} # Replace with the actual base64-encoded keystore
signingKey: $(cat my-release-key.keystore | base64) # Replace with the actual base64-encoded keystore
keyAlias: my-key-alias
keyStorePassword: "123456"
keyPassword: "123456"
Expand Down

0 comments on commit 8ccebc7

Please sign in to comment.