This commit is contained in:
parent
7993a11db4
commit
4694acc522
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
KEYSTORE_BASE64: ${{ secrets.ANDROID_KEYSTORE_BASE64 }}
|
KEYSTORE_BASE64: ${{ secrets.ANDROID_KEYSTORE_BASE64 }}
|
||||||
KEYSTORE_PROPERTIES: ${{ secrets.ANDROID_KEYSTORE_PROPERTIES }}
|
KEYSTORE_PROPERTIES: ${{ secrets.ANDROID_KEYSTORE_PROPERTIES }}
|
||||||
run: |
|
run: |
|
||||||
echo "$KEYSTORE_BASE64" | base64 -d > keystore.jks
|
echo "$KEYSTORE_BASE64" | tr -d ' \n\r' | base64 --decode --ignore-garbage > keystore.jks
|
||||||
echo "$KEYSTORE_PROPERTIES" > keystore.properties
|
echo "$KEYSTORE_PROPERTIES" > keystore.properties
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue