Skip to content

Conversation

@avrabe
Copy link
Contributor

@avrabe avrabe commented Jan 2, 2026

Summary

  • Move SHA256 checksum creation to AFTER wsc keyless signing
  • Ensures checksums match the signed artifacts users download

Problem

The v0.4.0 release has mismatched checksums because they were computed before signing modified the files.

Test plan

  • Watch CI pass
  • Verify next release has matching checksums

The SHA256 checksums were being computed before WASM signing,
causing a mismatch between checksums and actual signed files.

Move checksum creation step to after the wsc keyless signing step
so checksums match the signed artifacts users download.
@avrabe avrabe merged commit 2e65540 into main Jan 3, 2026
8 checks passed
@avrabe avrabe deleted the fix/release-checksum-order branch January 3, 2026 05:13
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