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

Commit ed35954

Browse files
authored
Merge branch 'alpha' into 107.0
2 parents bc4f5a4 + 43f185c commit ed35954

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/alpha.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,10 +316,15 @@ jobs:
316316
run: yarn imp
317317

318318
- name: Build
319-
run: yarn build -- --skip-patch-check
319+
shell: powershell.exe C:\mozilla-build\start-shell.bat "{0}"
320+
run: |
321+
cd /c/actions-runner/_work/browser/browser # mozillabuild defaults to ~
322+
yarn build --skip-patch-check
320323
321324
- name: Package
325+
shell: powershell.exe C:\mozilla-build\start-shell.bat "{0}"
322326
run: |
327+
cd /c/actions-runner/_work/browser/browser # mozillabuild defaults to ~
323328
yarn package
324329
mv ./dist/output.mar windows.mar
325330

gluon.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"brandShortName": "Pulse Browser",
8181
"brandFullName": "Pulse Browser Alpha",
8282
"release": {
83-
"displayVersion": "1.0.0-a.32",
83+
"displayVersion": "1.0.0-a.36",
8484
"github": {
8585
"repo": "pulse-browser/browser"
8686
},

0 commit comments

Comments
 (0)