Skip to content

Commit

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

0 comments on commit 5607449

Please sign in to comment.