fix(ci): update nightly Neovim asset name - #32
Conversation
…x86_64) The nightly Neovim release changed the Linux asset name from nvim-linux64.tar.gz to nvim-linux-x86_64.tar.gz, causing all CI workflows that use nightly to fail with HTTP 404.
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
WalkthroughThree GitHub Actions workflow files ( 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
The nightly Neovim release renamed the Linux x86_64 asset from nvim-linux64.tar.gz to nvim-linux-x86_64.tar.gz, causing all CI workflows to fail with HTTP 404.
Fix
Updated asset name in all 3 CI workflows: test.yml, lazy.yml, docs.yml. v0.9.0 still uses old naming and works fine.
Prepared with the help of Codex (AI).
Summary by CodeRabbit