Skip to content

Commit

Permalink
Update ktlint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HyomK authored Feb 23, 2024
1 parent 1038229 commit 3676afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ktlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Create key.properties
run: |
echo "STORE_FILE=${{ steps.android_keystore.outputs.filePath }}" > local.properties
echo "STORE_FILE=${{ steps.android_keystore.outputs.filePath }}" >> local.properties
echo "STORE_PASSWORD=${{ secrets.STORE_PASSOWRD }}" >> local.properties
echo "KEY_PASSWORD=${{ secrets.KEY_PASSWORD }}" >> local.properties
echo "KEY_ALIAS=${{ secrets.KEY_ALIAS }}" >> local.properties
Expand Down

0 comments on commit 3676afc

Please sign in to comment.