From 9afc1caac7d2e50b913e8ead1988c8092dc95d46 Mon Sep 17 00:00:00 2001 From: Luke Date: Mon, 25 Aug 2025 13:47:08 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E7=A7=BB=E9=99=A4=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=E6=97=B6=E7=9A=84=E5=86=97=E4=BD=99=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/build-release-all.ps1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/build-release-all.ps1 b/build/build-release-all.ps1 index 4455390..63f5419 100644 --- a/build/build-release-all.ps1 +++ b/build/build-release-all.ps1 @@ -129,8 +129,6 @@ Write-Host ("windows-release: " + ($(if ($winProc.ExitCode -eq 0) { 'Success' } Write-Host ("linux-release: " + ($(if ($linProc.ExitCode -eq 0) { 'Success' } else { 'Failed' }))) if (($winProc.ExitCode -ne 0) -or ($linProc.ExitCode -ne 0)) { - Write-Host "" - Write-Host "One or more tasks failed." -ForegroundColor Red Remove-Item $winLogOut, $winLogErr, $linLogOut, $linLogErr -Force exit 1 }