mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 15:27:17 +00:00
patch: try fix for windows signing
This commit is contained in:
parent
e189d65107
commit
c301ec8325
2
.github/actions/publish/action.yml
vendored
2
.github/actions/publish/action.yml
vendored
@ -116,7 +116,7 @@ runs:
|
||||
|
||||
- name: Install DigiCert Client tools from Github Custom Actions marketplace
|
||||
if: runner.os == 'Windows'
|
||||
uses: digicert/ssm-code-signing@v1.0.0
|
||||
uses: digicert/ssm-code-signing@b300bb7e8c2ab85257d660fe5b6c6374131ca2ef # v1.0.0
|
||||
|
||||
- name: Package release
|
||||
shell: bash
|
||||
|
4
.github/workflows/flowzone.yml
vendored
4
.github/workflows/flowzone.yml
vendored
@ -21,13 +21,13 @@ jobs:
|
||||
custom_test_matrix: >
|
||||
{
|
||||
"os": [
|
||||
["windows-2022"],
|
||||
["windows-2019"],
|
||||
]
|
||||
}
|
||||
custom_publish_matrix: >
|
||||
{
|
||||
"os": [
|
||||
["windows-2022"],
|
||||
["windows-2019"],
|
||||
]
|
||||
}
|
||||
restrict_custom_actions: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user