Skip to content

Commit

Permalink
fix: 已经自带了7z,不需要安装
Browse files Browse the repository at this point in the history
  • Loading branch information
HalfSweet committed Dec 18, 2023
1 parent c939e88 commit eb6cac2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ jobs:
if: runner.os == 'Windows'
run : |
mkdir -p ~/release
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
Expand Down

0 comments on commit eb6cac2

Please sign in to comment.