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
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,