Fix windows signing env (#8412)

This commit is contained in:
Jack Amadeo
2026-04-09 16:25:56 -04:00
committed by GitHub
parent 8c3b5eb56a
commit f48571dc4d
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ name: "Bundle Desktop (Linux)"
jobs:
build-desktop-linux:
name: Build Desktop (Linux)
runs-on: ubuntu-x86-16core-64gb
runs-on: ubuntu-latest
steps:
- name: Checkout repository
+1 -1
View File
@@ -163,7 +163,7 @@ jobs:
needs: build-desktop-windows
if: inputs.signing
runs-on: windows-latest
environment: ${{ (inputs.signing == true) && 'signing' || null }}
environment: ${{ inputs.signing && 'signing' || null }}
steps:
- name: Download unsigned distribution
+5
View File
@@ -76,8 +76,13 @@ jobs:
# # ------------------------------------------------------------
bundle-desktop-windows:
uses: ./.github/workflows/bundle-desktop-windows.yml
permissions:
id-token: write
contents: read
actions: read
with:
signing: true
secrets: inherit
# ------------------------------------
# 7) Create/Update GitHub Release