Skip to content

ci: Normalize Windows sha256sum output for actions/attest#570

Closed
beekld wants to merge 1 commit into
mainfrom
beeklimt/fix-windows-attest-checksums
Closed

ci: Normalize Windows sha256sum output for actions/attest#570
beekld wants to merge 1 commit into
mainfrom
beeklimt/fix-windows-attest-checksums

Conversation

@beekld

@beekld beekld commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Summary

Windows release jobs (client, server, server-redis) fail at actions/attest@v4.1.0 with Invalid Argument - subject name length exceeded 256 characters. Git Bash's sha256sum emits binary-mode output (<hash> *<name>); the attest action only parses text-mode (<hash> <name>), treats the * as a parse fail, and slurps the rest of the file into one giant subject name. Pipe through sed 's/ \*/ /' to normalize. Linux and macOS produce text-mode output natively.

@beekld

beekld commented Jun 30, 2026

Copy link
Copy Markdown
Contributor Author

This isn't right.

@beekld beekld closed this Jun 30, 2026
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