Skip to content

Conversation

@Snider
Copy link
Collaborator

@Snider Snider commented Feb 3, 2026

Git Bash doesn't have zip. Use PowerShell's Compress-Archive.

Summary by CodeRabbit

  • Chores
    • Updated the release workflow configuration to improve Windows archive generation during the build process.

Git Bash doesn't have zip command. Use PowerShell's Compress-Archive.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@gemini-code-assist
Copy link

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

@Snider Snider enabled auto-merge February 3, 2026 05:16
@Snider Snider added this pull request to the merge queue Feb 3, 2026
Merged via the queue into dev with commit 2ec4d30 Feb 3, 2026
6 of 7 checks passed
@Snider Snider deleted the fix/windows-zip branch February 3, 2026 05:18
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 3, 2026

📝 Walkthrough

Walkthrough

The Windows archive step in the release workflow CI/CD pipeline was converted from bash to PowerShell. Commands were updated from zip to Compress-Archive and rm to Remove-Item, maintaining identical functionality with platform-native syntax.

Changes

Cohort / File(s) Summary
Release Workflow Windows Step
.github/workflows/release.yml
Converted Windows archive step from bash to PowerShell shell; replaced zip with Compress-Archive cmdlet and rm with Remove-Item cmdlet to create and clean up Windows archive files.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Poem

🐰 PowerShell's magic, now the path so bright,
Compress-Archive dances left and right,
Windows workflows gleam with native might,
No more bash confusion—pwsh shines light! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: switching the Windows release workflow step to use PowerShell for creating zip archives instead of bash commands.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/windows-zip

Comment @coderabbitai help to get the list of available commands and usage tips.

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