mirror of
https://github.com/complexcaresolutions/cms.c2sgmbh.git
synced 2026-03-17 17:24:12 +00:00
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:
parent
5930c8d58e
commit
1eabd4b71a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -208,6 +208,7 @@ jobs:
|
|||
.next/
|
||||
!.next/cache/
|
||||
retention-days: 1
|
||||
include-hidden-files: true
|
||||
|
||||
# ===========================================================================
|
||||
# E2E Tests (after build)
|
||||
|
|
|
|||
Loading…
Reference in a new issue