feat(release): add zip target for macOS builds and update release wor… (#34)

This commit is contained in:
Haze
2026-02-10 16:27:21 +08:00
committed by GitHub
Unverified
parent a5ba7512a3
commit 5d49b32643
2 changed files with 6 additions and 0 deletions

View File

@@ -114,6 +114,7 @@ jobs:
name: release-${{ matrix.platform }}
path: |
release/*.dmg
release/*.zip
release/*.exe
release/*.AppImage
release/*.deb
@@ -151,6 +152,7 @@ jobs:
with:
files: |
release-artifacts/**/*.dmg
release-artifacts/**/*.zip
release-artifacts/**/*.exe
release-artifacts/**/*.AppImage
release-artifacts/**/*.deb

View File

@@ -56,6 +56,10 @@ mac:
arch:
- x64
- arm64
- target: zip
arch:
- x64
- arm64
darkModeSupport: true
hardenedRuntime: true
gatekeeperAssess: false