We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88f37cf commit d451cc0Copy full SHA for d451cc0
1 file changed
.github/workflows/release.yml
@@ -136,6 +136,10 @@ jobs:
136
flag && /^## \[/ { exit }
137
flag { print }
138
' 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
143
sha256sum dist/* > dist/SHA256SUMS
144
145
- name: Export GitHub dependency graph SBOM when available
0 commit comments