Skip to content

Remove manual release checksum generation#182

Merged
yvette-carlisle merged 1 commit into
mainfrom
xy/release-v0-1-0-artifact-hash
May 6, 2026
Merged

Remove manual release checksum generation#182
yvette-carlisle merged 1 commit into
mainfrom
xy/release-v0-1-0-artifact-hash

Conversation

@yvette-carlisle
Copy link
Copy Markdown
Member

@yvette-carlisle yvette-carlisle commented May 6, 2026

Summary

  • remove the hand-written release Hash step and SHA256/MD5 files
  • keep the release job publishing the macOS zip from a stable artifacts/ path
  • update the release runbook so it no longer promises checksum files

Root cause

The failed v0.1.0 release passed macOS build/sign/package, then failed in the Ubuntu Release job because the Hash script assumed downloaded artifacts lived under an rsnap-/ subdirectory. The download-artifact@v8 log showed the artifact was downloaded to the workspace root layout instead, so the rsnap-/ glob matched nothing and mv failed with cannot stat. GitHub Releases already expose asset digests, so the manual checksum step is unnecessary.

Validation

  • actionlint .github/workflows/release.yml
  • git diff --check HEAD
  • /Users/x/.codex/plugins/cache/hack-ink/playbook/0.3.0/scripts/semantic_drift_audit.py --rev main (agent verdict: pass)

@yvette-carlisle yvette-carlisle force-pushed the xy/release-v0-1-0-artifact-hash branch from 1429ca3 to 823b57e Compare May 6, 2026 17:23
@yvette-carlisle yvette-carlisle changed the title Fix release artifact checksum path Remove manual release checksum generation May 6, 2026
@yvette-carlisle yvette-carlisle merged commit c3b9ec0 into main May 6, 2026
14 checks passed
@yvette-carlisle yvette-carlisle deleted the xy/release-v0-1-0-artifact-hash branch May 6, 2026 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant