Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jnelle authored Jun 22, 2024
1 parent a9909d8 commit fb290e9
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 @@ -28,7 +28,7 @@ jobs:
env:
ANDROID_RELEASE_KEYSTORE_FILE: ${{ secrets.ANDROID_RELEASE_KEYSTORE_FILE }}
run: |
mkdir keys
mkdir release
echo $ANDROID_RELEASE_KEYSTORE_FILE | base64 --decode > release/release.keystore
- name: Write local.properties
Expand Down

0 comments on commit fb290e9

Please sign in to comment.