From bf4ca1602e08658f37bb122f5795e1aaeeb3feb7 Mon Sep 17 00:00:00 2001 From: XXXXRT666 <157766680+XXXXRT666@users.noreply.github.com> Date: Mon, 12 May 2025 18:12:23 +0100 Subject: [PATCH] . --- .github/build_windows_packages.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/build_windows_packages.ps1 b/.github/build_windows_packages.ps1 index 0e7af41c..57a40742 100644 --- a/.github/build_windows_packages.ps1 +++ b/.github/build_windows_packages.ps1 @@ -65,6 +65,7 @@ Get-ChildItem Get-ChildItem $tmpDir & "C:\Program Files\7-Zip\7z.exe" e $zst -o$tmpDir -aoa | Out-Null Get-ChildItem $tmpDir +Write-Host "11111" $tar = Get-ChildItem "$tmpDir" -Filter "*.tar" | Select-Object -First 1 Get-ChildItem $tmpDir & "C:\Program Files\7-Zip\7z.exe" x $tar.FullName -o$tmpDir\extracted -aoa | Out-Null