Skip to content

Commit

Permalink
chore: replace windows zip cmd with linux zip cmd on release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
7mochi committed Sep 28, 2024
1 parent 3fa804c commit 0c62afa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,12 +208,12 @@ jobs:
- name: Zip Windows artifact (Lite version)
run: |
cd llhl-${{github.ref_name}}-windows-lite
Compress-Archive -Path * -DestinationPath ../llhl-${{github.ref_name}}-windows-lite.zip
zip -r ../llhl-${{github.ref_name}}-windows-lite.zip *
- name: Zip Windows artifact (Full version)
run: |
cd llhl-${{github.ref_name}}-windows-full
Compress-Archive -Path * -DestinationPath ../llhl-${{github.ref_name}}-windows-full.zip
zip -r ../llhl-${{github.ref_name}}-windows-full.zip *
- name: Debug - Print working directory and list files
run: |
Expand Down

0 comments on commit 0c62afa

Please sign in to comment.