Fix Build Release APK (Maybe)
Some checks failed
Android Release / release (push) Failing after 2m48s
Some checks failed
Android Release / release (push) Failing after 2m48s
This commit is contained in:
@@ -44,7 +44,7 @@ jobs:
|
|||||||
- name: Decode keystore
|
- name: Decode keystore
|
||||||
if: steps.stop.outputs.continue == 'true'
|
if: steps.stop.outputs.continue == 'true'
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.KEYSTORE_BASE64 }}" | base64 -d > release.keystore
|
echo "${{ secrets.KEYSTORE_BASE64 }}" | base64 -d > app/release.keystore
|
||||||
|
|
||||||
- name: Check keystore
|
- name: Check keystore
|
||||||
if: steps.stop.outputs.continue == 'true'
|
if: steps.stop.outputs.continue == 'true'
|
||||||
|
|||||||
Reference in New Issue
Block a user