Skip to content

fix: suppress SIGPIPE error in release workflow#13

Merged
NormallyGaussian merged 1 commit intomainfrom
fix/release-workflow-sigpipe
Jan 27, 2026
Merged

fix: suppress SIGPIPE error in release workflow#13
NormallyGaussian merged 1 commit intomainfrom
fix/release-workflow-sigpipe

Conversation

@NormallyGaussian
Copy link
Contributor

Summary

  • Add || true to suppress SIGPIPE (exit code 141) when unzip -l | head -20 causes head to exit early

Context

The Windows build in v0.0.8 release failed with exit code 141 even though the build itself succeeded. This is a false positive from the diagnostic "List build output" step.

Test plan

  • Workflow syntax is valid
  • Re-run release workflow succeeds on Windows

🤖 Generated with Claude Code

@NormallyGaussian NormallyGaussian merged commit ab77dfd into main Jan 27, 2026
4 checks passed
@NormallyGaussian NormallyGaussian deleted the fix/release-workflow-sigpipe branch January 27, 2026 03:42
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