Skip to content

Commit

Permalink
release: v2.11.2 r2
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilNarayana committed Feb 15, 2024
1 parent 3d6edeb commit 1c14fc5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,12 @@ jobs:
working-directory: ${{ github.workspace }}
shell: powershell
run: |
if (!(Test-Path ".\CodeSignTool\CodeSignTool.bat" -PathType Leaf)) {
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
Get-ChildItem -Path . | Where-Object { $_.Name -like "CodeSignTool*" } | %{ Rename-Item -LiteralPath $_.FullName -NewName "CodeSignTool" }
}
- name: Load Windows signing secrets
env:
Expand Down

0 comments on commit 1c14fc5

Please sign in to comment.