Skip to content

Commit

Permalink
fix: 명령어에 $ 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
murjune committed Oct 22, 2024
1 parent bba5115 commit 8059466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Android_Release_CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
env:
KEY_STORE: ${{secrets.RELEASE_KEY_STORE}}
run: |
echo "KEY_STORE" | base64 -d > ./poke_key.jks
echo "$KEY_STORE" | base64 -d > ./poke_key.jks
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit 8059466

Please sign in to comment.