Skip to content

fix(ci): publish only release package files - #94

Merged
Seddryck merged 1 commit into
mainfrom
codex/issue-93-release-assets
Aug 19, 2026
Merged

fix(ci): publish only release package files#94
Seddryck merged 1 commit into
mainfrom
codex/issue-93-release-assets

Conversation

@Seddryck

Copy link
Copy Markdown
Owner

Summary

  • collect only the validated NuGet package and native source archive as release assets
  • pass file paths rather than directories to GitHub release creation
  • make publication retries refresh assets on an existing matching release

Root cause

The collection pattern *-<version> also downloaded the large managed validation artifact. Its bindings directory was then passed to gh release create, which only accepts files as assets.

Validation

  • git diff --check
  • parsed .github/workflows/ci.yml with PyYAML
  • inspected the failed run's artifact inventory

Close #93

@coderabbitai

coderabbitai Bot commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 8f337dad-99c4-43dc-9803-ab4cf479ef45


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

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

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.

Release publication should upload packaged files recursively

1 participant