Skip to content

Commit 5ffabf3

Browse files
committed
Fix path syntax in unlighthouse report file
Adjusted the path for unlighthouse reports.
1 parent b600e56 commit 5ffabf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unlighouse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ jobs:
3939
if: ${{ !cancelled() }}
4040
with:
4141
name: unlighthouse-report
42-
path: .unlighthouse/
42+
path: ./.unlighthouse
4343
retention-days: 30

0 commit comments

Comments
 (0)