We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3183cf3 commit 374ac5fCopy full SHA for 374ac5f
1 file changed
.github/workflows/build.yml
@@ -18,16 +18,10 @@ jobs:
18
- name: Build
19
run: pnpm build
20
21
- - name: Debug - List build output
22
- run: |
23
- echo "Working directory: $(pwd)"
24
- ls -la
25
- echo "---"
26
- ls -la .next/ || echo ".next/ not found"
27
-
28
- name: Upload build artifacts
29
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
30
with:
31
name: nextjs-build
32
path: .next/
33
retention-days: 7
+ include-hidden-files: true
0 commit comments