patch: try fix for windows signing

This commit is contained in:
Edwin Joassart 2025-04-17 18:03:59 +02:00
parent e189d65107
commit c301ec8325
No known key found for this signature in database
GPG Key ID: A56BE0A21AD56A40
2 changed files with 3 additions and 3 deletions

View File

@ -116,7 +116,7 @@ runs:
- name: Install DigiCert Client tools from Github Custom Actions marketplace - name: Install DigiCert Client tools from Github Custom Actions marketplace
if: runner.os == 'Windows' if: runner.os == 'Windows'
uses: digicert/ssm-code-signing@v1.0.0 uses: digicert/ssm-code-signing@b300bb7e8c2ab85257d660fe5b6c6374131ca2ef # v1.0.0
- name: Package release - name: Package release
shell: bash shell: bash

View File

@ -21,13 +21,13 @@ jobs:
custom_test_matrix: > custom_test_matrix: >
{ {
"os": [ "os": [
["windows-2022"], ["windows-2019"],
] ]
} }
custom_publish_matrix: > custom_publish_matrix: >
{ {
"os": [ "os": [
["windows-2022"], ["windows-2019"],
] ]
} }
restrict_custom_actions: false restrict_custom_actions: false