Skip to content

Commit

Permalink
fix: workflow keystore decoding
Browse files Browse the repository at this point in the history
  • Loading branch information
scientiac authored Jan 15, 2025
1 parent f9c7992 commit 85e7fe0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85e7fe0

Please sign in to comment.