Skip to content

Commit 470c6e9

Browse files
authored
Update ci.yml
1 parent 248f194 commit 470c6e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@ jobs:
7878
NEXT_PUBLIC_DOMAIN: ${{ secrets.NEXT_PUBLIC_DOMAIN }}
7979

8080
- name: List .next directory
81-
run: ls -la .next
81+
run: ls -la .next/*
8282

8383
- name: Upload build artifacts
8484
uses: actions/upload-artifact@v4
8585
with:
8686
name: build-artifacts
87-
path: .next
87+
path: .next/*
8888
retention-days: 7
8989

9090
test:
@@ -156,7 +156,7 @@ jobs:
156156
uses: actions/download-artifact@v4
157157
with:
158158
name: build-artifacts
159-
path: .next
159+
path: .next/*
160160

161161
- name: Run Lighthouse CI
162162
uses: treosh/lighthouse-ci-action@v12

0 commit comments

Comments
 (0)