Skip to content

Commit

Permalink
Update ktlint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HyomK authored Mar 24, 2024
1 parent 26f6118 commit cc40e3c
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 @@ -31,7 +31,7 @@ jobs:
run: chmod +x gradlew

- name: Create Key Store
run: echo "${{ secrets.STORE_FILE }}" | base64 -d > release.keystore
run: echo "${{ secrets.STORE_FILE }}" | base64 -d > /home/runner/work/Don-t-Forget---Android/Don-t-Forget---Android/app/

- name: BASE_URL
run: |
Expand Down

0 comments on commit cc40e3c

Please sign in to comment.