Fix sentry-cli path on Windows Git Bash#176
Conversation
The curl installer places sentry-cli in /usr/local/bin which is not in Git Bash's PATH on Windows runners. Use the full path instead. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe GitHub Actions deploy workflow is updated to invoke the sentry-cli binary using its absolute path ( Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|



Summary
curlsentry-cli installer places the binary at/usr/local/bin/sentry-cli, which is not in Git Bash's PATH on Windows runners/usr/local/bin/sentry-cliinstead of justsentry-cliTest plan
🤖 Generated with Claude Code
Summary by CodeRabbit