Skip to content

Commit

Permalink
Fix: gradlew instead of gradle specified in stop gradle task
Browse files Browse the repository at this point in the history
  • Loading branch information
0ffz committed Mar 8, 2024
1 parent c77c6fd commit 2f733b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

- name: Stop gradle daemon for Windows cache
if: ${{ matrix.os == 'windows-latest' }}
run: gradlew --stop
run: gradle --stop
publish-release:
needs: [ build ]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2f733b7

Please sign in to comment.