Skip to content

Commit a6fa17d

Browse files
fix artifact directory
1 parent abf2049 commit a6fa17d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run-ci-cd.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,9 +518,10 @@ jobs:
518518
- name: Upload Ligthouse artifacts
519519
if: always()
520520
uses: actions/upload-artifact@v4
521+
working-directory: frontend
521522
with:
522523
name: lighthouse-reports
523-
path: frontend/.lighthouseci/*.html
524+
path: .lighthouseci/*.html
524525

525526
build-production-images:
526527
name: Build Production Images

0 commit comments

Comments
 (0)