Skip to content

Commit dbac74e

Browse files
committed
ci: 💚 Actually fix Gradlew not being used for building
1 parent e31b89f commit dbac74e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
gradle-version: ["wrapper"]
12-
gradle-command: ["gradle"]
12+
gradle-command: ["./gradlew"]
1313
include:
1414
- gradle-version: "wrapper"
1515
gradle-command: "./gradlew"

0 commit comments

Comments
 (0)