From cd4c36732af3ee3bd99d965f87371a6b47394c3e Mon Sep 17 00:00:00 2001 From: "mr. m" <91018726+mr-cheffy@users.noreply.github.com> Date: Wed, 22 Jul 2026 00:59:41 +0200 Subject: [PATCH] gh-14651: Properly expand tar files for PGO builds (gh-14677) --- .github/workflows/windows-profile-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-profile-build.yml b/.github/workflows/windows-profile-build.yml index 0984f2d37..a1c4d90a9 100644 --- a/.github/workflows/windows-profile-build.yml +++ b/.github/workflows/windows-profile-build.yml @@ -62,7 +62,7 @@ jobs: run: | cd C:\artifact ls - Expand-Archive -Path .\${{ inputs.profile-data-path-archive }} -DestinationPath C:\artifact + tar -xf .\${{ inputs.profile-data-path-archive }} -C C:\artifact ls - name: Setup