Skip to content

Commit f01e31c

Browse files
committed
update uploads
1 parent 62dfa85 commit f01e31c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,7 @@ jobs:
6262
uses: actions/upload-artifact@v6
6363
with:
6464
name: requestor-artifacts
65-
path: target/*.jar
65+
path: |
66+
target/*.jar
67+
target/*.zip
6668
if-no-files-found: error

0 commit comments

Comments
 (0)