Update macos-universal-release-build.yml

Signed-off-by: mr. m  <91018726+mauro-balades@users.noreply.github.com>
This commit is contained in:
mr. m
2025-01-27 08:29:11 +01:00
committed by GitHub
parent 53e015a7aa
commit dd7233c81e

View File

@@ -101,7 +101,10 @@ jobs:
- name: Populate mozconfig
env:
SURFER_MOZCONFIG_ONLY: true
run: pnpm build
run: |
pnpm build
cd engine
./mach configure
- name: Download x86_64 DMG from artifacts
uses: actions/download-artifact@v4