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 3f5d546 commit 4390fe9
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 @@ -57,7 +57,7 @@ jobs:
- name: Decode the base64 signing key
run: |
cat some_signing_key.jks.base64.txt | base64 -d > release.keystore
cat release.keystore
echo "$(<release.keystore)"
# Sign APK using ilharp/sign-android-release@v1
- name: Sign APK
uses: ilharp/sign-android-release@v1
Expand Down

0 comments on commit 4390fe9

Please sign in to comment.