commit 52c7334d5a25ef18d457b88604a77361179c165b
parent 856bb174974d00ca0169321189aedf2e95d5695b
Author: MTRNord <MTRNord@users.noreply.github.com>
Date: Sat, 2 Aug 2025 18:25:14 +0200
Improve the release workflow
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
java-version: '17'
- name: Decode Keystore
run: |
- echo "$RELEASE_KEYSTORE_BASE64" | base64 -d > release.jks
+ echo "$RELEASE_KEYSTORE_BASE64" | base64 -d > app/release.jks
env:
RELEASE_KEYSTORE_BASE64: ${{ secrets.RELEASE_KEYSTORE_BASE64 }}
- name: Build APK & AAB (signed)