Skip to content

Commit

Permalink
Include only .jar files in the java.zip release artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
vossjannik committed Dec 19, 2023
1 parent 4fab4f4 commit 9684a81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:
if: github.ref == 'refs/heads/main'
shell: pwsh
run: |
Compress-Archive -Path dist\* -DestinationPath dist\java.zip
Compress-Archive -Path dist\*.jar -DestinationPath dist\java.zip
- name: 'Compress DLL for release'
- name: 'Compress .dll files for release'
if: github.ref == 'refs/heads/main'
shell: pwsh
run: |
Expand Down

0 comments on commit 9684a81

Please sign in to comment.