We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9199638 commit 75f9be4Copy full SHA for 75f9be4
.github/workflows/ci.yml
@@ -84,7 +84,7 @@ jobs:
84
uses: actions/upload-artifact@v4
85
with:
86
name: build-artifacts
87
- path: .next/**
+ path: ./.next
88
retention-days: 7
89
90
test:
@@ -151,13 +151,13 @@ jobs:
151
152
- name: Install dependencies
153
run: npm ci
154
- - name: List .next directory before upload (Diagnostic)
155
- run: ls -laR .next
+
156
- name: Download build artifacts
157
uses: actions/download-artifact@v4
158
159
160
path: .next
161
- name: Start application server
162
run: npx next start
163
@@ -171,4 +171,4 @@ jobs:
171
http://localhost:3000
172
uploadArtifacts: true
173
temporaryPublicStorage: true
174
- continue-on-error: true
+ continue-on-error: true
0 commit comments