You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): use 7z instead of zip for Windows artifact packaging (#565)
The `zip` command is not available on GitHub Actions windows-latest
runners. Replace with `7z a -tzip` which is pre-installed on all
Windows runners and produces standard zip files.
This fixes the "Prepare artifacts (Windows)" step failure in the
v1.10.0 release workflow (exit code 127: zip command not found).
Co-authored-by: Terraphim AI <noreply@anthropic.com>
0 commit comments