Skip to content

Commit d797bc8

Browse files
authored
Update ci.yml
1 parent b25675f commit d797bc8

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: Start application server
162162
run: npm start & # Use '&' to run in background

0 commit comments

Comments
 (0)