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