diff --git a/apps/desktop/electron-builder.yml b/apps/desktop/electron-builder.yml index b0f40681e..1993caf30 100644 --- a/apps/desktop/electron-builder.yml +++ b/apps/desktop/electron-builder.yml @@ -42,4 +42,10 @@ publish: provider: github owner: multica-ai repo: multica + # Align with our CLI release flow which pre-creates a *published* GitHub + # Release via `gh release create`. The electron-builder default of + # `publishingType: draft` conflicts with `existingType=release` and causes + # uploads of the DMG/ZIP/blockmaps/latest-mac.yml to be silently skipped, + # which breaks electron-updater auto-update on installed clients. + publishingType: release npmRebuild: false