diff --git a/.github/build_windows_packages.ps1 b/.github/build_windows_packages.ps1 index 9e3f8a4b..c34457d7 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 +Start-Process -FilePath "C:\Program Files\7-Zip\7z.exe" -ArgumentList "e `"$zst`" -aoa" -WorkingDirectory $tmpDir -Wait Get-ChildItem $tmpDir Write-Host "11111" $tar = Get-ChildItem "$tmpDir" -Filter "*.tar" | Select-Object -First 1