Skip to content

Commit

Permalink
use 7z instead of zip
Browse files Browse the repository at this point in the history
  • Loading branch information
mo271 committed Sep 25, 2024
1 parent 5607449 commit 6107c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ jobs:
- name: Package release zip
if: github.event_name == 'release'
run: |
C:\"Program Files"\7-Zip\7z.exe a jxl-${{matrix.triplet}}.zip prefix\bin\* prefix\lib\*
C:\"Program Files"\7-Zip\7z.exe a jxl-${{matrix.triplet}}.7z prefix\bin\* prefix\lib\*
- name: Upload binaries to release
if: github.event_name == 'release'
Expand Down

0 comments on commit 6107c82

Please sign in to comment.