mirror of
https://github.com/zen-browser/desktop.git
synced 2026-07-23 17:02:34 +00:00
gh-14651: Properly expand tar files for PGO builds (gh-14677)
This commit is contained in:
2
.github/workflows/windows-profile-build.yml
vendored
2
.github/workflows/windows-profile-build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user