From 896169769aae24f922c5f70a8ce7356a2a50a2b6 Mon Sep 17 00:00:00 2001 From: XXXXRT666 <157766680+XXXXRT666@users.noreply.github.com> Date: Mon, 12 May 2025 18:18:55 +0100 Subject: [PATCH] WIP --- .github/build_windows_packages.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/build_windows_packages.ps1 b/.github/build_windows_packages.ps1 index 8bc20d6b..9e3f8a4b 100644 --- a/.github/build_windows_packages.ps1 +++ b/.github/build_windows_packages.ps1 @@ -23,7 +23,7 @@ Invoke-WebRequest $pyUrl -OutFile $zst Get-ChildItem Get-ChildItem $tmpDir Write-Host "0000" -& "C:\Program Files\7-Zip\7z.exe" e $zst -o$tmpDir -aoa | Out-Null +& "C:\Program Files\7-Zip\7z.exe" e $zst -o$tmpDir -aoa Get-ChildItem $tmpDir Write-Host "11111" $tar = Get-ChildItem "$tmpDir" -Filter "*.tar" | Select-Object -First 1