Update windows-msi.yml

This commit is contained in:
Laurent Trinques
2026-07-06 18:43:55 +02:00
committed by GitHub
parent 1121ccea26
commit ec0a9f45d3
+2 -2
View File
@@ -301,7 +301,7 @@ jobs:
# dist/ (overwriting the unsigned one). # dist/ (overwriting the unsigned one).
# ---------------------------------------------------------------- # ----------------------------------------------------------------
- name: Sign MSI via SignPath - name: Sign MSI via SignPath
uses: signpath/github-action-submit-signing-request@v1 uses: signpath/github-action-submit-signing-request@v2
with: with:
api-token: ${{ secrets.SIGNPATH_API_TOKEN }} api-token: ${{ secrets.SIGNPATH_API_TOKEN }}
organization-id: ${{ secrets.SIGNPATH_ORGANIZATION_ID }} organization-id: ${{ secrets.SIGNPATH_ORGANIZATION_ID }}
@@ -341,7 +341,7 @@ jobs:
shell: bash shell: bash
- name: Upload MSI to nightly release - name: Upload MSI to nightly release
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v3
with: with:
tag_name: nightly tag_name: nightly
files: dist/*.msi files: dist/*.msi