Skip to content

fix(release): macOS 构建用 --bundles dmg 生成 DMG - #1645

Merged
DeliciousBuding merged 1 commit into
masterfrom
fix/release-macos-dmg-bundles
Aug 6, 2026
Merged

fix(release): macOS 构建用 --bundles dmg 生成 DMG#1645
DeliciousBuding merged 1 commit into
masterfrom
fix/release-macos-dmg-bundles

Conversation

@DeliciousBuding

Copy link
Copy Markdown
Collaborator

Summary

  • tauri.conf.jsonbundle.targets 仅配置 nsis(Windows 专用),macOS 构建时 bundler 不产出 DMG,Collect DMG 步骤报 No DMG found
  • 修复:macOS job 用 pnpm tauri build --bundles dmg 覆盖 target,Windows job 维持默认 nsis

Test plan

  • release-readiness CI(release.yml 变更触发)
  • rc.4 重跑时 Collect DMG 通过

tauri.conf.json 的 bundle.targets 仅配置 nsis(Windows 专用),macOS
构建时 bundler 不产出 DMG,Collect DMG 步骤报 'No DMG found'。用 CLI
覆盖 --bundles dmg 仅影响 macOS job,Windows job 维持 nsis。
Copilot AI lite review requested due to automatic review settings August 6, 2026 06:11

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@coderabbitai

coderabbitai Bot commented Aug 6, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@DeliciousBuding, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 37 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 541b6334-c26c-4096-bdf7-9df201e30e3d

📥 Commits

Reviewing files that changed from the base of the PR and between 2505380 and d6b15fe.

📒 Files selected for processing (1)
  • .github/workflows/release.yml

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@DeliciousBuding
DeliciousBuding merged commit bae7621 into master Aug 6, 2026
29 checks passed
@DeliciousBuding
DeliciousBuding deleted the fix/release-macos-dmg-bundles branch August 6, 2026 06:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants