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 build artifacts paths in CI workflow
- Fix upload artifacts path: apps/web/dist → dist/apps/web
- Fix smoke tests static server path to use dist/apps/web
- Fix deploy job PostHog source map paths to use dist/apps/web
- Fix GitHub Pages upload path to use dist/apps/web
Resolves CI failures where smoke tests and deploy job could not find build artifacts.
Build outputs are correctly located at dist/apps/web/ per Nx monorepo structure.
0 commit comments