Skip to content

Commit 374ac5f

Browse files
committed
fix(ci): enable include-hidden-files for .next/ artifact upload
1 parent 3183cf3 commit 374ac5f

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,10 @@ jobs:
1818
- name: Build
1919
run: pnpm build
2020

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-
2821
- name: Upload build artifacts
2922
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
3023
with:
3124
name: nextjs-build
3225
path: .next/
3326
retention-days: 7
27+
include-hidden-files: true

0 commit comments

Comments
 (0)