Update windows-msi.yml

This commit is contained in:
Laurent Trinques
2026-06-13 10:45:41 +02:00
committed by GitHub
parent 492528136e
commit f465b33e2b
+3 -1
View File
@@ -275,8 +275,10 @@ jobs:
# 9b. Upload unsigned MSI as artifact (required by SignPath) # 9b. Upload unsigned MSI as artifact (required by SignPath)
# SignPath fetches artifacts directly from GitHub Actions, # SignPath fetches artifacts directly from GitHub Actions,
# so the MSI must be uploaded before the signing request. # 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) - name: Upload unsigned MSI artifact (pre-signing)
id: upload_unsigned
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: qelectrotech-windows-msi-unsigned name: qelectrotech-windows-msi-unsigned
@@ -302,7 +304,7 @@ jobs:
project-slug: 'qelectrotech-source-mirror' project-slug: 'qelectrotech-source-mirror'
signing-policy-slug: 'test-signing' signing-policy-slug: 'test-signing'
artifact-configuration-slug: 'msi' artifact-configuration-slug: 'msi'
github-artifact-name: 'qelectrotech-windows-msi-unsigned' github-artifact-id: ${{ steps.upload_unsigned.outputs.artifact-id }}
wait-for-completion: true wait-for-completion: true
output-artifact-directory: 'dist\' output-artifact-directory: 'dist\'