From f465b33e2bf2dbe6409fca6b7651713622b00f44 Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Sat, 13 Jun 2026 10:45:41 +0200 Subject: [PATCH] Update windows-msi.yml --- .github/workflows/windows-msi.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows-msi.yml b/.github/workflows/windows-msi.yml index d18b956b5..144459997 100644 --- a/.github/workflows/windows-msi.yml +++ b/.github/workflows/windows-msi.yml @@ -275,8 +275,10 @@ jobs: # 9b. Upload unsigned MSI as artifact (required by SignPath) # SignPath fetches artifacts directly from GitHub Actions, # so the MSI must be uploaded before the signing request. + # We capture the artifact-id output for use by SignPath. # ---------------------------------------------------------------- - name: Upload unsigned MSI artifact (pre-signing) + id: upload_unsigned uses: actions/upload-artifact@v4 with: name: qelectrotech-windows-msi-unsigned @@ -302,7 +304,7 @@ jobs: project-slug: 'qelectrotech-source-mirror' signing-policy-slug: 'test-signing' artifact-configuration-slug: 'msi' - github-artifact-name: 'qelectrotech-windows-msi-unsigned' + github-artifact-id: ${{ steps.upload_unsigned.outputs.artifact-id }} wait-for-completion: true output-artifact-directory: 'dist\'