Skip to content

Commit 553cf76

Browse files
committed
fix(ci): correct build artifacts path structure for deployment
- Change upload-artifact path from individual files to dist/ root directory - This preserves the dist/ directory structure when downloading artifacts - Fixes PostHog source map injection and smoke test static server - Ensures deploy job can find ./dist/apps/web directory
1 parent 47ca65a commit 553cf76

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -282,10 +282,7 @@ jobs:
282282
uses: actions/upload-artifact@v5
283283
with:
284284
name: build-artifacts
285-
path: |
286-
dist/apps/web
287-
dist/apps/cli
288-
dist/packages/*/dist
285+
path: dist/
289286
retention-days: 1
290287

291288
- name: Upload coverage

0 commit comments

Comments
 (0)