[ci] Release v0.1.4 has zero assets; v0.1.5 has no Release at all — --from-ci blind #118
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_books#118
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Audit context
Filed during Phase 2 CI audit (hero_demo#54, session 55). Distinct symptom: a Release object DOES exist for v0.1.4 (asset count 0), but v0.1.5 has no Release.
State
v0.1.0…v0.1.5v0.1.4only (created 2026-02-08), 0 assetshero_books 0.1.2 / 0.1.3 / 0.1.4 / 0.1.5 / dev✓ binaries presentbuild-linux.yamlruns allstatus=successRoot cause
Same as hero_biz#13 —
scripts/build_lib.sh::publish_binariesonly writes to the package registry, never to Release assets. v0.1.4's empty Release was likely auto-created by Forgejo on tag-push (separate from CI), and the workflow never attached assets to it.svc_install_from_ciconsumes Release assets, not pkg-registry, so this repo is invisible to--from-ci hero_books.Cluster
Sibling issues: hero_biz, hero_browser. Likely also hero_foundry.
Recommended fix
Same as cluster: add Create Release + Upload Release Assets steps to
build-linux.yaml(mirror hero_proc pattern). Then re-tag v0.1.6 and verify--from-ci hero_booksresolves.Effort
Quick win — 1-2 h. Phase 2 implementation.
--from-ciinstall path blind to this repo #13