Fix Build Release APK (Maybe)
Some checks failed
Android Release / release (push) Failing after 2m48s

This commit is contained in:
2026-01-18 01:27:39 +03:00
parent e8a1df940c
commit 7f6fcc6c79

View File

@@ -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'