We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c85574 commit b133f53Copy full SHA for b133f53
.github/workflows/test-build.yml
@@ -83,7 +83,7 @@ jobs:
83
run: chmod +x gradlew
84
85
- name: Build JAR
86
- run: /gradlew jar
+ run: ./gradlew jar
87
88
- name: Do Upload
89
run: ./gradlew curseforge
0 commit comments