Skip to content

fix(release): only build binaries that exist - #145

Merged
Nexus-AgentFlow merged 1 commit into
mainfrom
fix/release-workflow
Aug 6, 2026
Merged

fix(release): only build binaries that exist#145
Nexus-AgentFlow merged 1 commit into
mainfrom
fix/release-workflow

Conversation

@Christiantyemele

Copy link
Copy Markdown
Collaborator

The release workflow was trying to build openflows-setup, openflows-dashboard, and anthropic-proxy, which don't exist in the codebase. This caused every release build to fail with:

error: no bin target named `openflows-setup` in default-run packages

Update the workflow to only build the three binaries that actually exist:

  • openflows
  • openflows-doctor
  • openflows-harness

Fixes the v1.1.8 release that failed on the build step.

…ctor, openflows-harness)

The release workflow was trying to build openflows-setup, openflows-dashboard,
and anthropic-proxy, which don't exist in the codebase anymore. This caused
every release build to fail at the compile step with:

  error: no bin target named `openflows-setup` in default-run packages

Update the workflow to only build the three binaries that actually exist.

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your trial has ended. Reactivate Greptile to resume code reviews.

@gitar-bot

gitar-bot Bot commented Aug 6, 2026

Copy link
Copy Markdown

Important

You are using the Gitar free plan. Upgrade to unlock code review, CI analysis, auto-apply, custom automations, and more.

Gitar

@Nexus-AgentFlow
Nexus-AgentFlow merged commit 3ef9e16 into main Aug 6, 2026
10 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