From cf8ec055cd1fa39200dc0d90df6767cf135ba72f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sat, 7 Feb 2026 22:57:41 +0100 Subject: [PATCH] fix --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b6cec788d..46fd45d85 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -465,7 +465,7 @@ jobs: $needle = "SignTool Error: An unexpected internal error has occurred" for ($attempt = 1; $attempt -le $maxAttempts; $attempt++) { - Write-Host "Attempt $attempt/$maxAttempts: $exe $($args -join ' ')" + Write-Host "Attempt $attempt/${maxAttempts}: $exe $($args -join ' ')" $output = & $exe @args 2>&1 | Out-String $exitCode = $LASTEXITCODE @@ -570,7 +570,7 @@ jobs: $needle = "SignTool Error: An unexpected internal error has occurred" for ($attempt = 1; $attempt -le $maxAttempts; $attempt++) { - Write-Host "Attempt $attempt/$maxAttempts: $exe $($args -join ' ')" + Write-Host "Attempt $attempt/${maxAttempts}: $exe $($args -join ' ')" $output = & $exe @args 2>&1 | Out-String $exitCode = $LASTEXITCODE