📂 fix: Enable Hidden File Upload for GitNexus Index Artifact (#12597)

upload-artifact@v4 defaults include-hidden-files to false,
which silently skips the .gitnexus/ directory (dotfile).
Scoped to the .gitnexus/ path so only index files are affected.
This commit is contained in:
Danny Avila 2026-04-09 17:02:51 -04:00 committed by GitHub
parent 0d97f7354a
commit cc8ce15c38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -88,4 +88,5 @@ jobs:
|| github.ref_name
}}
path: .gitnexus/
include-hidden-files: true
retention-days: 30