Skip to content

ci(nightly): correct gh release upload with correct file name - #48

Merged
Cali0707 merged 1 commit into
mcpchecker:mainfrom
Cali0707:fix-nightly-release
May 6, 2026
Merged

ci(nightly): correct gh release upload with correct file name#48
Cali0707 merged 1 commit into
mcpchecker:mainfrom
Cali0707:fix-nightly-release

Conversation

@Cali0707

@Cali0707 Cali0707 commented May 4, 2026

Copy link
Copy Markdown
Contributor

The nightly releases have been failing due to the name format of the checksums.txt generated by goreleaser. This relaxes the name matching so it should succeed going forwards

Summary by CodeRabbit

  • Chores
    • Enhanced nightly build artifact upload to handle multiple checksum files more flexibly using improved file pattern matching.

@coderabbitai

coderabbitai Bot commented May 4, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 4e6e6ec0-2817-43f9-994a-631507899280

📥 Commits

Reviewing files that changed from the base of the PR and between 346546e and 491f0a6.

📒 Files selected for processing (1)
  • .github/workflows/nightly.yaml

📝 Walkthrough

Walkthrough

The nightly workflow's artifact upload step now uses a wildcard pattern (dist/*checksums.txt) to capture multiple checksum files instead of a single fixed filename (dist/checksums.txt).

Changes

Workflow Artifact Upload Pattern

Layer / File(s) Summary
Artifact Configuration
.github/workflows/nightly.yaml
Checksum file upload pattern changed from dist/checksums.txt to dist/*checksums.txt to support multiple checksum files.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Poem

🐰 A wildcard whisper through the night,
Where checksums dance in upload's flight,
From one to many, the pattern spreads,
No longer bound by single threads,
The artifacts now roam more free! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: updating the artifact upload command to use a wildcard pattern for checksum files instead of a fixed filename.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

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

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


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.

❤️ Share
Review rate limit: 0/1 reviews remaining, refill in 60 minutes.

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

@Cali0707
Cali0707 merged commit 933838b into mcpchecker:main May 6, 2026
2 checks passed
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