We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82466b2 commit 02f945eCopy full SHA for 02f945e
1 file changed
.github/workflows/cycode-scan.yml
@@ -276,6 +276,9 @@ jobs:
276
name: cycode-scan-results
277
path: ${{ env.OUT_DIR }}/cycode-*.json
278
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
282
283
# ---- Gate ---------------------------------------------------------
284
# Loud-fails on missing/malformed output or non-empty .errors[] so an
0 commit comments