We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62dfa85 commit f01e31cCopy full SHA for f01e31c
1 file changed
.github/workflows/build.yml
@@ -62,5 +62,7 @@ jobs:
62
uses: actions/upload-artifact@v6
63
with:
64
name: requestor-artifacts
65
- path: target/*.jar
+ path: |
66
+ target/*.jar
67
+ target/*.zip
68
if-no-files-found: error
0 commit comments