mirror of
https://github.com/mattintech/AndroidTestApp.git
synced 2026-07-11 10:41:54 +00:00
Update android-release.yml
removing space from keystorename.
This commit is contained in:
2
.github/workflows/android-release.yml
vendored
2
.github/workflows/android-release.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
# - KEY_PASSWORD: Password for the key
|
||||
- name: Decode Keystore
|
||||
env:
|
||||
ANDROID_KEYSTORE: ${{ secrets. SIGNING_KEY }}
|
||||
ANDROID_KEYSTORE: ${{ secrets.SIGNING_KEY }}
|
||||
run: |
|
||||
echo "$ANDROID_KEYSTORE" | base64 --decode > ${{ github.workspace }}/keystore.jks
|
||||
|
||||
|
||||
Reference in New Issue
Block a user