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
- Remove redundant 'bundle' and 'build' steps (dist/index.cjs is pre-built)
- Add sea-config.json for Node.js SEA binary generation
- Add postject devDependency and bin/files fields to package.json
- Create install.ps1 Windows installer
- Update install.sh to detect platform and download correct binary
- Guard upload steps with github.event_name == 'release' to prevent
failures on workflow_dispatch (no upload_url available)
0 commit comments