Fix windows signing env (#8412)
This commit is contained in:
@@ -21,7 +21,7 @@ name: "Bundle Desktop (Linux)"
|
|||||||
jobs:
|
jobs:
|
||||||
build-desktop-linux:
|
build-desktop-linux:
|
||||||
name: Build Desktop (Linux)
|
name: Build Desktop (Linux)
|
||||||
runs-on: ubuntu-x86-16core-64gb
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|||||||
@@ -163,7 +163,7 @@ jobs:
|
|||||||
needs: build-desktop-windows
|
needs: build-desktop-windows
|
||||||
if: inputs.signing
|
if: inputs.signing
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
environment: ${{ (inputs.signing == true) && 'signing' || null }}
|
environment: ${{ inputs.signing && 'signing' || null }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download unsigned distribution
|
- name: Download unsigned distribution
|
||||||
|
|||||||
@@ -76,8 +76,13 @@ jobs:
|
|||||||
# # ------------------------------------------------------------
|
# # ------------------------------------------------------------
|
||||||
bundle-desktop-windows:
|
bundle-desktop-windows:
|
||||||
uses: ./.github/workflows/bundle-desktop-windows.yml
|
uses: ./.github/workflows/bundle-desktop-windows.yml
|
||||||
|
permissions:
|
||||||
|
id-token: write
|
||||||
|
contents: read
|
||||||
|
actions: read
|
||||||
with:
|
with:
|
||||||
signing: true
|
signing: true
|
||||||
|
secrets: inherit
|
||||||
|
|
||||||
# ------------------------------------
|
# ------------------------------------
|
||||||
# 7) Create/Update GitHub Release
|
# 7) Create/Update GitHub Release
|
||||||
|
|||||||
Reference in New Issue
Block a user