Skip to content

Commit

Permalink
Experiment with SFX 7-Zip
Browse files Browse the repository at this point in the history
  • Loading branch information
sboukortt committed Sep 25, 2024
1 parent 5ffc924 commit 7c321ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -375,11 +375,12 @@ jobs:
- name: Package release zip
if: github.event_name == 'release'
run: |
C:\"Program Files"\7-Zip\7z.exe a jxl-${{matrix.triplet}}.7z prefix\bin\* prefix\lib\*
C:\"Program Files"\7-Zip\7z.exe -mx a jxl-${{matrix.triplet}}.zip prefix\bin\* prefix\lib\*
C:\"Program Files"\7-Zip\7z.exe -mx -msfxC:\"Program Files"\7-Zip\7z.sfx a jxl-${{matrix.triplet}}.exe prefix\bin\* prefix\lib\*
- name: Upload binaries to release
if: github.event_name == 'release'
uses: AButler/upload-release-assets@3d6774fae0ed91407dc5ae29d576b166536d1777 # v3.0
with:
files: jxl-${{matrix.triplet}}.7z
files: jxl-${{matrix.triplet}}.zip;jxl-${{matrix.triplet}}.exe
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7c321ef

Please sign in to comment.