chore: Update alpha.yml workflow to use correct windows_mozconfig path

This commit is contained in:
mauro 🤙
2024-05-10 07:54:43 +00:00
parent 845008f9f9
commit b33da5f5a1

View File

@@ -296,7 +296,9 @@ jobs:
- name: Package
run: |
pnpm package
cd engine/
./mach package
cd ..
mv ./dist/output.mar windows.mar
- name: Upload artifact
uses: actions/upload-artifact@v3