mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-01 08:04:50 +00:00
fix
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user