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 cc40e3c commit 6310335
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 > /home/runner/work/Don-t-Forget---Android/Don-t-Forget---Android/app/
run: echo "${{ secrets.STORE_FILE }}" | base64 -d > /home/runner/work/Don-t-Forget---Android/Don-t-Forget---Android/app/key

- name: BASE_URL
run: |
Expand Down

0 comments on commit 6310335

Please sign in to comment.