Summary
The release workflow packages README.md into the public ZIP, but does not include the assets/ directory that the README references.
Why it matters
Anyone opening the bundled README after unzipping a release sees broken hero/preview images.
Repro
- Download a release ZIP.
- Open
README.md from the extracted folder.
- Observe broken
./assets/*.svg references.
Expected
Either include assets/ in the ZIP or omit README.md from the runtime artifact.
Summary
The release workflow packages
README.mdinto the public ZIP, but does not include theassets/directory that the README references.Why it matters
Anyone opening the bundled README after unzipping a release sees broken hero/preview images.
Repro
README.mdfrom the extracted folder../assets/*.svgreferences.Expected
Either include
assets/in the ZIP or omitREADME.mdfrom the runtime artifact.