mirror of
https://github.com/containers/podman.git
synced 2025-11-28 17:18:58 +08:00
Fix Windows Installer GH release
Function `SignItem` used the helper `CheckCommand` that got removed as part of #27284. As a result the GH release job failed https://github.com/containers/podman/actions/runs/18792520254/job/53626352685 This commit address that. Signed-off-by: Mario Loriedo <mario.loriedo@gmail.com>
This commit is contained in:
@@ -81,7 +81,11 @@ function SignItem() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
CheckCommand AzureSignTool.exe 'AzureSignTool'
|
# Check if AzureSignTool is installed
|
||||||
|
if (! (Get-Command 'AzureSignTool.exe' -errorAction SilentlyContinue)) {
|
||||||
|
Write-Error "Required dep `"AzureSignTool`" is not installed. "
|
||||||
|
Exit 1
|
||||||
|
}
|
||||||
|
|
||||||
AzureSignTool.exe sign -du 'https://github.com/containers/podman' `
|
AzureSignTool.exe sign -du 'https://github.com/containers/podman' `
|
||||||
-kvu "https://$ENV:VAULT_ID.vault.azure.net" `
|
-kvu "https://$ENV:VAULT_ID.vault.azure.net" `
|
||||||
|
|||||||
Reference in New Issue
Block a user