fix: removed double dash in pnpm command (#7951)

This commit is contained in:
Lifei Zhou
2026-03-17 17:09:40 +11:00
committed by GitHub
parent cfeae920f7
commit 670fbc887f
7 changed files with 33 additions and 11 deletions
+15 -2
View File
@@ -80,7 +80,20 @@ jobs:
signing: false
# ------------------------------------------------------------
# 5) Bundle Desktop App (Linux) - builds goosed and Electron app
# 5) Bundle Desktop App (macOS Intel) - builds goosed and Electron app
# ------------------------------------------------------------
bundle-desktop-intel:
needs: [prepare-version]
uses: ./.github/workflows/bundle-desktop-intel.yml
permissions:
id-token: write
contents: read
with:
version: ${{ needs.prepare-version.outputs.version }}
signing: false
# ------------------------------------------------------------
# 6) Bundle Desktop App (Linux) - builds goosed and Electron app
# ------------------------------------------------------------
bundle-desktop-linux:
needs: [prepare-version]
@@ -104,7 +117,7 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
needs: [build-cli, install-script, bundle-desktop, bundle-desktop-linux, bundle-desktop-windows]
needs: [build-cli, install-script, bundle-desktop, bundle-desktop-intel, bundle-desktop-linux, bundle-desktop-windows]
permissions:
contents: write
id-token: write # Required for Sigstore OIDC signing