Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 1594223

Browse files
authored
💄Use alpha branding for windows builds
1 parent 39cdc9d commit 1594223

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎.github/workflows/alpha.yml‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,11 @@ jobs:
304304
- name: Import
305305
run: npm run imp
306306

307+
- name: Use alpha branding
308+
shell: bash --noprofile --norc -eo pipefail {0}
309+
run: |
310+
echo "ac_add_options --with-branding=browser/branding/alpha" >> mozconfig
311+
307312
- name: Build
308313
shell: cmd
309314
run: npm run build -- --skip-patch-check

0 commit comments

Comments
 (0)