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

Commit b0af032

Browse files
authored
💚 Force into the correct CWD
1 parent 08df24d commit b0af032

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎.github/workflows/alpha.yml‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,11 +317,14 @@ jobs:
317317

318318
- name: Build
319319
shell: powershell.exe C:\mozilla-build\start-shell.bat "{0}"
320-
run: yarn build -- --skip-patch-check
320+
run: |
321+
cd /c/actions-runner/_work/browser/browser # mozillabuild defaults to ~
322+
yarn build --skip-patch-check
321323
322324
- name: Package
323325
shell: powershell.exe C:\mozilla-build\start-shell.bat "{0}"
324326
run: |
327+
cd /c/actions-runner/_work/browser/browser # mozillabuild defaults to ~
325328
yarn package
326329
mv ./dist/output.mar windows.mar
327330

0 commit comments

Comments
 (0)