Skip to content

Commit

Permalink
fix(ci): escape keystore string
Browse files Browse the repository at this point in the history
  • Loading branch information
kirasok committed Apr 1, 2024
1 parent ffd325e commit f365832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/inflate-secrets/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ runs:
env:
KEYSTORE: ${{ inputs.keystore }}
run: |
echo $KEYSTORE | base64 --decode > app/release_keystore.keystore
echo "$KEYSTORE" | base64 --decode > app/release_keystore.keystore

0 comments on commit f365832

Please sign in to comment.