mirror of
https://github.com/webadderallorg/Recordly.git
synced 2026-09-24 14:55:37 +00:00
fix(build): stage Whisper runtime in macOS CI jobs (#333)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user