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")

View File

@@ -6,7 +6,7 @@
#navigator-toolbox {
--zen-tabbrowser-padding: 5px;
padding-right: 2px;
padding-left: 3px;
margin-top: 0; /* Issue #156 */
}
@@ -261,10 +261,6 @@
width: 100%;
align-items: flex-start;
}
#TabsToolbar {
padding-left: 2px;
}
#TabsToolbar > .toolbar-items toolbarbutton:not(#zen-workspaces-button) {
width: 100% !important;
@@ -370,7 +366,7 @@
@media (-moz-bool-pref: "zen.view.sidebar-expanded") {
#navigator-toolbox {
padding-left: 5px;
padding-right: 3px !important;
}
}