mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-22 23:35:37 +00:00
Hide firefox view by default and fixed init command
This commit is contained in:
12
.github/workflows/alpha.yml
vendored
12
.github/workflows/alpha.yml
vendored
@@ -165,15 +165,15 @@ jobs:
|
||||
- name: Import
|
||||
run: pnpm gluon import
|
||||
|
||||
- name: Run Init
|
||||
run: pnpm run init
|
||||
|
||||
- name: Bootstrap
|
||||
run: |
|
||||
cd engine
|
||||
./mach --no-interactive bootstrap --application-choice browser
|
||||
cd ..
|
||||
|
||||
- name: Run Init
|
||||
run: pnpm run init
|
||||
|
||||
- name: Build
|
||||
run: pnpm build
|
||||
|
||||
@@ -257,9 +257,6 @@ jobs:
|
||||
- name: Import
|
||||
run: pnpm gluon import --verbose
|
||||
|
||||
- name: Run Init
|
||||
run: pnpm run init
|
||||
|
||||
- name: Compress
|
||||
run: |
|
||||
cd engine
|
||||
@@ -267,6 +264,9 @@ jobs:
|
||||
tar --use-compress-program=zstd -hcf ../zen-browser.source.tar.gz *
|
||||
cd ..
|
||||
|
||||
- name: Run Init
|
||||
run: pnpm run init
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user