We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff97192 commit 1e03493Copy full SHA for 1e03493
.github/workflows/gradle.yml
@@ -35,7 +35,7 @@ jobs:
35
env:
36
ARCLIGHT_FILES_TOKEN: ${{ secrets.ARCLIGHT_FILES_TOKEN }}
37
run: |
38
- ./gradlew cleanBuild build collect uploadFiles --no-daemon --stacktrace
+ ./gradlew cleanBuild build collect --no-daemon --stacktrace
39
- name: Upload Artifact
40
uses: actions/upload-artifact@v4
41
with:
0 commit comments