Skip to content

Commit 02f945e

Browse files
committed
Upload artifact: include-hidden-files for dot-prefixed OUT_DIR
1 parent 82466b2 commit 02f945e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/cycode-scan.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,9 @@ jobs:
276276
name: cycode-scan-results
277277
path: ${{ env.OUT_DIR }}/cycode-*.json
278278
if-no-files-found: warn
279+
# OUT_DIR is a dot-prefixed directory; upload-artifact skips dotfile
280+
# paths by default. Required to actually publish the JSON.
281+
include-hidden-files: true
279282

280283
# ---- Gate ---------------------------------------------------------
281284
# Loud-fails on missing/malformed output or non-empty .errors[] so an

0 commit comments

Comments
 (0)