Skip to content
Merged
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
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,8 @@ jobs:

- name: Build Tauri (DMG)
working-directory: app/desktop
run: pnpm tauri build
# bundle.targets 仅配了 nsis(Windows 专用),macOS 需用 CLI 覆盖为 dmg
run: pnpm tauri build --bundles dmg

- name: Create dist directory
run: mkdir -p dist
Expand Down
Loading