We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6536ee commit a7b3f92Copy full SHA for a7b3f92
.github/workflows/build-and-publish.yml
@@ -72,5 +72,5 @@ jobs:
72
- name: Setup Gradle
73
uses: gradle/actions/setup-gradle@v4
74
- name: Clean, Build and Publish
75
- run: ./gradle -Pskip_nms=true clean build publish
+ run: ./gradlew -Pskip_nms=true clean build publish
76
0 commit comments