mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-05-13 07:46:47 +00:00
📂 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:
parent
0d97f7354a
commit
cc8ce15c38
1 changed files with 1 additions and 0 deletions
1
.github/workflows/gitnexus-index.yml
vendored
1
.github/workflows/gitnexus-index.yml
vendored
|
|
@ -88,4 +88,5 @@ jobs:
|
|||
|| github.ref_name
|
||||
}}
|
||||
path: .gitnexus/
|
||||
include-hidden-files: true
|
||||
retention-days: 30
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue