chore: Update Windows profile build workflow to use Expand-Archive cmdlet for extracting profile data

This commit is contained in:
Mauro Balades
2024-08-16 20:17:26 +02:00
parent 3d6fc9ea7a
commit 81225c05ee

View File

@@ -49,8 +49,7 @@ jobs:
run: |
cd C:\artifact
ls
zstd -d ${{ inputs.profile-data-path-archive }}
7z x zen-*.tar
Expand-Archive -Path .\${{ inputs.profile-data-path-archive }} -DestinationPath C:\artifact
- name: Setup
run: |
(New-Object System.Net.WebClient).DownloadFile("https://ftp.mozilla.org/pub/mozilla/libraries/win32/MozillaBuildSetup-Latest.exe","C:\MozillaBuildSetup-Latest.exe")