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 4fab4f4 commit 9684a81Copy full SHA for 9684a81
.github/workflows/build.yml
@@ -50,9 +50,9 @@ jobs:
50
if: github.ref == 'refs/heads/main'
51
shell: pwsh
52
run: |
53
- Compress-Archive -Path dist\* -DestinationPath dist\java.zip
+ Compress-Archive -Path dist\*.jar -DestinationPath dist\java.zip
54
55
- - name: 'Compress DLL for release'
+ - name: 'Compress .dll files for release'
56
57
58
0 commit comments