Skip to content

Commit b036412

Browse files
authored
fix(ci): update path in ci.yaml
1 parent e6499ef commit b036412

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
@@ -84,7 +84,7 @@ jobs:
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:

0 commit comments

Comments
 (0)