Skip to content

Commit

Permalink
[fix] yaml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
unam98 committed Jun 19, 2024
1 parent f8525c2 commit fe03a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Decode And Save Keystore Base64
run: |
echo "${{ secrets.KEYSTORE_BASE64 }}" | base64 --decode > app/RunnectKeystore.jks
echo "${{ secrets.KEYSTORE_BASE64 }}" | base64 --decode > RunnectKeystore.jks
- name: Change gradlew permissions
run: chmod +x ./gradlew
Expand Down

0 comments on commit fe03a88

Please sign in to comment.