Skip to content

Commit

Permalink
Use 7-zip instead
Browse files Browse the repository at this point in the history
  • Loading branch information
lifegpc committed Feb 7, 2024
1 parent c2a8355 commit bbaee6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
- name: Archive
run: |
cd build/macos/Build/Products/Release
zip -r macos.zip eh_downloader_flutter.app
7z a -mx9 -y macos.7z eh_downloader_flutter.app
- name: Upload
uses: actions/upload-artifact@v4
with:
name: macos
path: build/macos/Build/Products/Release/macos.zip
path: build/macos/Build/Products/Release/macos.7z

0 comments on commit bbaee6e

Please sign in to comment.