gh-14651: Properly expand tar files for PGO builds (gh-14677)

This commit is contained in:
mr. m
2026-07-22 00:59:41 +02:00
committed by GitHub
parent e6318ef0a3
commit e5d38f76a6

View File

@@ -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