From 85e7fe0f771a678c53697689f731f78d58625753 Mon Sep 17 00:00:00 2001 From: scientiac <58177655+scientiac@users.noreply.github.com> Date: Wed, 15 Jan 2025 22:02:56 +0545 Subject: [PATCH] fix: workflow keystore decoding --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index af29cb5..82cf1ea 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,6 +45,7 @@ jobs: # ✅ Decode and Save Keystore Securely - name: 🛡️ Decode and Prepare Keystore run: | + mkdir -p 3o14/android/keystores echo "${{ secrets.ANDROID_KEYSTORE_BASE64 }}" | base64 -d > 3o14/android/keystores/release.keystore # ✅ Generate credentials.json with Secrets