Skip to content

Commit 2121462

Browse files
fix artifact directory
1 parent 6edf715 commit 2121462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ jobs:
517517
uses: actions/upload-artifact@v4
518518
with:
519519
name: lighthouse-reports
520-
path: frontend/.lighthouseci/
520+
path: frontend/.lighthouseci
521521

522522
build-production-images:
523523
name: Build Production Images

0 commit comments

Comments
 (0)