mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
chore: Update Windows profile build workflow to use Expand-Archive cmdlet for extracting profile data
This commit is contained in:
3
.github/workflows/windows-profile-build.yml
vendored
3
.github/workflows/windows-profile-build.yml
vendored
@@ -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")
|
||||
|
Reference in New Issue
Block a user