Skip to content

Commit

Permalink
ci: 💚 Actually fix Gradlew not being used for building
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveplays28 committed Dec 6, 2024
1 parent e31b89f commit dbac74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
gradle-version: ["wrapper"]
gradle-command: ["gradle"]
gradle-command: ["./gradlew"]
include:
- gradle-version: "wrapper"
gradle-command: "./gradlew"
Expand Down

0 comments on commit dbac74e

Please sign in to comment.