We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f8f81 commit 241d7ccCopy full SHA for 241d7cc
1 file changed
.github/workflows/build_snapshot.yml
@@ -35,7 +35,7 @@ jobs:
35
distribution: 'zulu'
36
cache: gradle
37
- name: Build
38
- uses: ./gradlew build
+ run: ./gradlew build
39
- name: Upload Build Artifacts
40
uses: actions/upload-artifact@v4.3.3
41
with:
0 commit comments