fix(ci): enable hidden files in build artifact upload

The .next directory is a hidden directory (starts with dot) and
upload-artifact@v4 has include-hidden-files: false by default.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Martin Porwoll 2025-12-15 12:51:32 +00:00
parent 5930c8d58e
commit 1eabd4b71a

View file

@ -208,6 +208,7 @@ jobs:
.next/ .next/
!.next/cache/ !.next/cache/
retention-days: 1 retention-days: 1
include-hidden-files: true
# =========================================================================== # ===========================================================================
# E2E Tests (after build) # E2E Tests (after build)