ci(win): fix codesigntool download check

This commit is contained in:
Nikhil Narayana 2024-02-14 19:36:05 -08:00
commit ad8061bc9d
No known key found for this signature in database
GPG key ID: 2D6E647B8732451F

View file

@ -117,9 +117,9 @@ jobs:
echo "not release, skipping code signing"
exit 0;
}
mkdir CodeSignTool
cd .\CodeSignTool
if (!(Test-Path ".\CodeSignTool\CodeSignTool.bat" -PathType Leaf)) {
mkdir CodeSignTool
cd .\CodeSignTool
Invoke-WebRequest -Uri https://www.ssl.com/download/codesigntool-for-windows/ -UseBasicParsing -OutFile ".\CodeSignTool.zip"
7z x CodeSignTool.zip
Remove-Item CodeSignTool.zip