Skip to content

Commit e6499ef

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)