Skip to content

Commit 9684a81

Browse files
committed
Include only .jar files in the java.zip release artifact
1 parent 4fab4f4 commit 9684a81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ jobs:
5050
if: github.ref == 'refs/heads/main'
5151
shell: pwsh
5252
run: |
53-
Compress-Archive -Path dist\* -DestinationPath dist\java.zip
53+
Compress-Archive -Path dist\*.jar -DestinationPath dist\java.zip
5454
55-
- name: 'Compress DLL for release'
55+
- name: 'Compress .dll files for release'
5656
if: github.ref == 'refs/heads/main'
5757
shell: pwsh
5858
run: |

0 commit comments

Comments
 (0)