diff --git a/.github/build_windows_packages.ps1 b/.github/build_windows_packages.ps1 index c34457d7..304e65e1 100644 --- a/.github/build_windows_packages.ps1 +++ b/.github/build_windows_packages.ps1 @@ -23,7 +23,9 @@ Invoke-WebRequest $pyUrl -OutFile $zst Get-ChildItem Get-ChildItem $tmpDir Write-Host "0000" -Start-Process -FilePath "C:\Program Files\7-Zip\7z.exe" -ArgumentList "e `"$zst`" -aoa" -WorkingDirectory $tmpDir -Wait +Push-Location $tmpDir +& "C:\Program Files\7-Zip\7z.exe" e $zst -aoa +Pop-Location Get-ChildItem $tmpDir Write-Host "11111" $tar = Get-ChildItem "$tmpDir" -Filter "*.tar" | Select-Object -First 1