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(ci): correct spacetime CLI commands and add Windows support
- Replace `spacetime build --project-path` with `cargo build --release
--target wasm32-unknown-unknown` (spacetime build has no --project-path
flag; using cargo directly is simpler and equivalent)
- Replace `spacetime publish --project-path` with `spacetime publish
--bin-path <wasm>` pointing to the pre-built artifact
- Add separate Windows install step using PowerShell:
`iwr https://windows.spacetimedb.com -useb | iex`
(the Unix installer at install.spacetimedb.com returns 404 on Windows)
- Add Windows PATH update for SpacetimeDB binary location
- Split server start and module publish steps by OS for cross-platform compat
- Use cargo WASM build in benchmark job too for consistency
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments