Skip to content

Emit portable release checksums#9

Merged
saishshinde15 merged 1 commit into
mainfrom
codex/release-checksum-paths
Jul 13, 2026
Merged

Emit portable release checksums#9
saishshinde15 merged 1 commit into
mainfrom
codex/release-checksum-paths

Conversation

@saishshinde15

Copy link
Copy Markdown
Contributor

GitHub Release assets are downloaded into one directory, so checksum entries must contain flat filenames rather than build-directory prefixes. The current v1.0.0 checksum asset has already been corrected and verified; this patch fixes future releases.\n\nVerification: actionlint passes and both v1.0.0 assets validate with shasum -c.

Copilot AI review requested due to automatic review settings July 13, 2026 02:21

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the release workflow so the generated SHA256SUMS file references flat artifact filenames (no dist/ or ./ prefixes), matching how GitHub Release assets are downloaded into a single directory.

Changes:

  • Generate checksums from within dist/ so paths don’t include build-directory prefixes.
  • Post-process sha256sum output to remove the leading ./ in filenames before writing SHA256SUMS.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@saishshinde15
saishshinde15 merged commit 9065cb6 into main Jul 13, 2026
8 checks passed
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.

2 participants