Bug
The manual Linux workflow uses gh release download by tag. Draft releases do not yet expose a git tag, so all three v0.1 runs stopped with release not found before dataset verification.
Fix
Accept a numeric draft Release ID, resolve the named asset through the Releases API, download it with application/octet-stream, retain both SHA checks, and rerun all three lanes.
Observed in Actions runs 29298933494, 29298934722, and 29298936272. Child of #58.
Bug
The manual Linux workflow uses gh release download by tag. Draft releases do not yet expose a git tag, so all three v0.1 runs stopped with release not found before dataset verification.
Fix
Accept a numeric draft Release ID, resolve the named asset through the Releases API, download it with application/octet-stream, retain both SHA checks, and rerun all three lanes.
Observed in Actions runs 29298933494, 29298934722, and 29298936272. Child of #58.