Skip to content

Commit

Permalink
fix: windows下换成7z来打包
Browse files Browse the repository at this point in the history
  • Loading branch information
HalfSweet committed Dec 18, 2023
1 parent ccd4673 commit c939e88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ jobs:
if: runner.os == 'Windows'
run : |
mkdir -p ~/release
zip -p ~/release/AirISP-${{ matrix.target.file_name }}.zip target/${{ matrix.target.name }}/release/AirISP-next.exe
winget install 7zip.7zip -e -y
7z a -tzip -p~/release/AirISP-${{ matrix.target.file_name }}.zip target/${{ matrix.target.name }}/release/AirISP-next.exe
- name: Package
if: runner.os != 'Windows'
Expand Down

0 comments on commit c939e88

Please sign in to comment.