You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: embed --publish=never in electron build scripts
Move --publish=never flag from CI workflow to package.json scripts
to ensure electron-builder commands receive the flag correctly.
This fixes the issue where electron apps weren't being created.