mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-27 13:16:36 +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
|
- 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
|
||||||
|
4
.github/workflows/flowzone.yml
vendored
4
.github/workflows/flowzone.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user