Skip to content

Commit

Permalink
chore: action
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Oct 10, 2024
1 parent c27e36a commit bedba0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ jobs:
secrets: ${{ toJSON(secrets) }}

- name: Decode Keystore
env:
KEYSTORE_BASE64: ${{ secrets.KEYSTORE_BASE64 }}
KEYSTORE_PATH: ${{ secrets.KEYSTORE_PATH }}
run: |
echo $KEYSTORE_BASE64 > keystore-b64.txt
base64 -d keystore-b64.txt > $KEYSTORE_PATH
Expand Down

0 comments on commit bedba0c

Please sign in to comment.