You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixup! fixup! release: create initial Windows installer build workflow
Replace Bash script (using `signtool`) for validating executables are
code-signed correctly with a PowerShell script (which instead uses the
`Get-AuthenticodeSignature` cmdlet).
The `signtool` is only available in the Windows SDK, which isn't always
installed on self-hosted runners (e.g., for ARM64), but PowerShell is
always available on our images.
Signed-off-by: Matthew John Cheetham <[email protected]>
0 commit comments