Fixed windows build

This commit is contained in:
mauro 🤙
2024-05-09 18:05:14 +00:00
parent 43e08d067d
commit 5eae290551

View File

@@ -226,16 +226,23 @@ jobs:
run: pnpm gluon ci --brand alpha --display-version ${{ needs.build-data.outputs.version }}
- name: Download
run: pnpm gluon download
shell: powershell.exe C:\mozilla-build\start-shell.bat "{0}"
run: |
cd /c/actions-runner/_work/browser/browser # mozillabuild defaults to ~
pnpm gluon download
- name: Import
run: pnpm import
shell: powershell.exe C:\mozilla-build\start-shell.bat "{0}"
run: |
cd /c/actions-runner/_work/browser/browser # mozillabuild defaults to ~
pnpm import
- name: Build
shell: powershell.exe C:\mozilla-build\start-shell.bat "{0}"
run: |
cd /c/actions-runner/_work/browser/browser # mozillabuild defaults to ~
pnpm build --skip-patch-check
- name: Package
shell: powershell.exe C:\mozilla-build\start-shell.bat "{0}"
run: |
@@ -437,7 +444,7 @@ jobs:
release:
name: Release
needs: [build-data, linux, source]
needs: [build-data, linux, source, windows]¡
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/alpha' }}