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 ae11299 commit cd0b8a2Copy full SHA for cd0b8a2
.github/workflows/build.yml
@@ -27,4 +27,5 @@ jobs:
27
uses: actions/upload-artifact@v4
28
with:
29
name: Artifacts
30
- path: build/libs/
+ path: build/libs/*.jar
31
+ if-no-files-found: error
0 commit comments