mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-16 16:44:07 +00:00
Refactor zen-urlbar.css to update styling for the URL bar and identity boxes
This commit is contained in:
6
.github/workflows/windows-alpha-build.yml
vendored
6
.github/workflows/windows-alpha-build.yml
vendored
@@ -216,7 +216,9 @@ jobs:
|
||||
run: |
|
||||
set -x
|
||||
git pull
|
||||
mkdir -p .github/objects
|
||||
rm -rf .github/objects/windows-x64-obj-${{ matrix.generic == true && 'generic' || 'specific' }}.tar.gz || true
|
||||
tar -czf .github/objects/windows-x64-obj-${{ matrix.generic == true && 'generic' || 'specific' }}.tar.gz .tar.gz engine/obj-x86_64-pc-windows-msvc
|
||||
git add .github/objects/windows-x64.tar.gz
|
||||
git commit -m "Add windows-x64.tar.gz"
|
||||
git add .github/objects/windows-x64-obj-${{ matrix.generic == true && 'generic' || 'specific' }}.tar.gz
|
||||
git commit -m "Add windows-x64-obj-${{ matrix.generic == true && 'generic' || 'specific' }}.tar.gz"
|
||||
git push
|
||||
|
||||
Reference in New Issue
Block a user