Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down
Loading