build: remove PKG from desktop distribution targets (#4788)

This commit is contained in:
James Rich 2026-03-13 19:07:35 -05:00 committed by GitHub
parent 48740fe280
commit 305466514a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View file

@ -306,7 +306,6 @@ jobs:
name: desktop-${{ runner.os }}
path: |
desktop/build/compose/binaries/main-release/*/*.dmg
desktop/build/compose/binaries/main-release/*/*.pkg
desktop/build/compose/binaries/main-release/*/*.msi
desktop/build/compose/binaries/main-release/*/*.exe
desktop/build/compose/binaries/main-release/*/*.deb

View file

@ -51,7 +51,6 @@ compose.desktop {
nativeDistributions {
targetFormats(
TargetFormat.Dmg,
TargetFormat.Pkg,
TargetFormat.Exe,
TargetFormat.Msi,
TargetFormat.Deb,