mirror of
https://github.com/mattintech/AndroidTestApp.git
synced 2026-07-11 11:51:53 +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
|
# - KEY_PASSWORD: Password for the key
|
||||||
- name: Decode Keystore
|
- name: Decode Keystore
|
||||||
env:
|
env:
|
||||||
ANDROID_KEYSTORE: ${{ secrets. SIGNING_KEY }}
|
ANDROID_KEYSTORE: ${{ secrets.SIGNING_KEY }}
|
||||||
run: |
|
run: |
|
||||||
echo "$ANDROID_KEYSTORE" | base64 --decode > ${{ github.workspace }}/keystore.jks
|
echo "$ANDROID_KEYSTORE" | base64 --decode > ${{ github.workspace }}/keystore.jks
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user