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

Commit

Permalink
Different base64 Decryption
Browse files Browse the repository at this point in the history
  • Loading branch information
Teifun2 committed Aug 20, 2023
1 parent c8ac1b9 commit ee9dbf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: 🔐 Retrieve base64 keystore and decode it to a file
env:
KEYSTORE_BASE64: ${{ secrets.ANDROID_SIGNING_KEY }}
run: echo $KEYSTORE_BASE64 | base64 --decode > "${{ github.workspace }}/android/app/key.jks"
run: sudo bash -c 'base64 --decode <<< "$KEYSTORE_BASE64" > ${{ github.workspace }}/android/app/key.jks'
- name: 📝🔐 Create keystore.properties file
env:
KEYSTORE_PROPERTIES_PATH: ${{ github.workspace }}/android/key.properties
Expand Down

0 comments on commit ee9dbf4

Please sign in to comment.