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:23:17 +02:00
parent 81225c05ee
commit 8f8bc5a9be
2 changed files with 3 additions and 6 deletions

View File

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