fix(build): stage Whisper runtime in macOS CI jobs (#333)

This commit is contained in:
Wiii
2026-04-25 00:42:10 +07:00
committed by GitHub
parent aab14e822a
commit f629cbf992
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ jobs:
- name: Build macOS app
run: |
npm run build:native-helpers
npm run build:platform-native-helpers
npx tsc
npx vite build
npx electron-builder --mac dmg zip --publish never
+2 -2
View File
@@ -133,7 +133,7 @@ jobs:
run: npx electron-builder install-app-deps
- name: Build native macOS helpers
run: npm run build:native-helpers
run: npm run build:platform-native-helpers
- name: Build macOS x64
run: |
@@ -213,7 +213,7 @@ jobs:
run: npx electron-builder install-app-deps
- name: Build native macOS helpers
run: npm run build:native-helpers
run: npm run build:platform-native-helpers
- name: Build macOS arm64
run: |