Skip to content

Commit d451cc0

Browse files
committed
fix(ci): exclude dist/gates CI receipts from release bundle assets
1 parent 88f37cf commit d451cc0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ jobs:
136136
flag && /^## \[/ { exit }
137137
flag { print }
138138
' CHANGELOG.md > dist/release-notes.md
139+
# dist/gates holds CI bootstrap receipts, not release artifacts. Drop the
140+
# directory so the dist/* asset operations (checksums, release upload) only
141+
# ever see regular files and never fail on a subdirectory.
142+
rm -rf dist/gates
139143
sha256sum dist/* > dist/SHA256SUMS
140144
141145
- name: Export GitHub dependency graph SBOM when available

0 commit comments

Comments
 (0)