We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa8c4d4 commit 5e2e0aeCopy full SHA for 5e2e0ae
.github/workflows/release.yml
@@ -102,6 +102,7 @@ jobs:
102
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}
103
KEY_ALIAS: ${{ secrets.KEY_ALIAS }}
104
KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }}
105
+ JAVA_TOOL_OPTIONS: "-Dkeystore.pkcs12.legacy"
106
107
# ── 8. Build & sign release AAB ──────────────────────────
108
# Same env vars — Gradle signs the AAB the same way.
@@ -113,6 +114,7 @@ jobs:
113
114
115
116
117
118
119
# ── 9. Locate built artifacts ────────────────────────────
120
- name: Locate APK and AAB
0 commit comments