Skip to content

Commit

Permalink
fix: Quote path variable for keystore decoding
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbyESP committed Nov 29, 2024
1 parent d6e71d0 commit 172c088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
SIGNING_KEY_STORE_PATH: ${{ secrets.SIGNING_KEY_STORE_PATH }}
run: |
echo $ENCODED_STRING > keystore-b64.txt
base64 -d keystore-b64.txt > $SIGNING_KEY_STORE_PATH
base64 -d keystore-b64.txt > "$SIGNING_KEY_STORE_PATH"
- name: Build with Gradle
env:
Expand Down

0 comments on commit 172c088

Please sign in to comment.