Skip to content

Commit

Permalink
fix windows zip missing error
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Mar 11, 2023
1 parent ed784d5 commit d27776c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_win64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
mkdir packages
- name: Zip mmclab
run: |
zip -FSr --symlink packages/mmclab-win-x64_64-${{ github.ref_name }}.zip mmclab
7z a -tzip packages/mmclab-win-x64_64-${{ github.ref_name }}.zip mmclab
- name: Upload mmclab package
if: ${{ matrix.os == 'windows-2019' }}
uses: actions/upload-artifact@v3
Expand All @@ -81,7 +81,7 @@ jobs:
cd ../../
- name: Zip mmc
run: |
zip -FSr --symlink packages/mmc-win-x64_64-${{ github.ref_name }}.zip . -x packages
7z a -tzip packages/mmc-win-x64_64-${{ github.ref_name }}.zip . -xr!packages
- name: Upload mmc package
if: ${{ matrix.os == 'windows-2019' }}
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit d27776c

Please sign in to comment.