chore: Update Firefox version to 128.0!

This commit is contained in:
Mauro Balades
2024-07-10 18:27:52 +02:00
parent eece97990d
commit 9fca7074ee
29 changed files with 177 additions and 234 deletions

View File

@@ -327,6 +327,7 @@ jobs:
cd ..
npm install -g pnpm
export SURFER_PLATFORM="win32"
pnpm surfer bootstrap
cd engine/
@@ -354,11 +355,14 @@ jobs:
run: pnpm surfer import --verbose
- name: Build
run: pnpm build
run: |
export SURFER_PLATFORM="win32"
pnpm build
- name: Package
run: |
set -x
export SURFER_PLATFORM="win32"
pnpm package
mv ./dist/output.mar windows.mar
mv ./dist/zen-$(pnpm surfer get version | xargs).en-US.win64.zip zen.win64.zip
@@ -383,6 +387,18 @@ jobs:
name: windows.mar
path: ./windows.mar
- name: Upload installer
uses: actions/upload-artifact@v3
with:
name: zen.installer.exe
path: ./dist/zen.installer.exe
- name: Upload installer stub
uses: actions/upload-artifact@v3
with:
name: zen.installer-stub.exe
path: ./dist/zen.installer-stub.exe
- name: Upload update manifests
uses: actions/upload-artifact@v3
with:
@@ -575,6 +591,8 @@ jobs:
zen.source.tar.gz
linux.mar
windows.mar
zen.installer.exe
zen.installer-stub.exe
- name: List
run: find .