Skip to content
This repository was archived by the owner on Sep 14, 2024. It is now read-only.

Commit ee9dbf4

Browse files
committed
Different base64 Decryption
1 parent c8ac1b9 commit ee9dbf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: 🔐 Retrieve base64 keystore and decode it to a file
2525
env:
2626
KEYSTORE_BASE64: ${{ secrets.ANDROID_SIGNING_KEY }}
27-
run: echo $KEYSTORE_BASE64 | base64 --decode > "${{ github.workspace }}/android/app/key.jks"
27+
run: sudo bash -c 'base64 --decode <<< "$KEYSTORE_BASE64" > ${{ github.workspace }}/android/app/key.jks'
2828
- name: 📝🔐 Create keystore.properties file
2929
env:
3030
KEYSTORE_PROPERTIES_PATH: ${{ github.workspace }}/android/key.properties

0 commit comments

Comments
 (0)