Update Surfer version to 1.7.0 in Windows profile build workflow

This commit is contained in:
mr. M
2024-12-31 05:52:03 +01:00
parent b6b45165ca
commit c88dbd3f02

View File

@@ -45,7 +45,7 @@ jobs:
run: npm install -g pnpm
- name: Install Surfer
run: npm i -g @zen-browser/surfer
run: npm i -g @zen-browser/surfer@1.7.0
- name: Download artifact
if: ${{ matrix.arch == 'x86_64' }}