Skip to content

fix: upload raw binaries to GitHub releases#34

Merged
khaliqgant merged 2 commits intomainfrom
fix-publish
Apr 7, 2026
Merged

fix: upload raw binaries to GitHub releases#34
khaliqgant merged 2 commits intomainfrom
fix-publish

Conversation

@khaliqgant
Copy link
Copy Markdown
Member

@khaliqgant khaliqgant commented Apr 7, 2026

Summary

  • Makefile release target now copies raw platform-suffixed binaries (e.g. relayfile-mount-darwin-arm64) to dist/ alongside tarballs
  • release.yml uploads all dist/* artifacts instead of only *.tar.gz
  • Removes redundant release-binaries.yml workflow (had zero runs, was superseded by release.yml)

Fixes agent-relay failing with 404 when downloading relayfile-mount-darwin-arm64 from GitHub releases.

Test plan

  • make release locally produces both tarballs and raw binaries in dist/
  • checksums.txt covers all artifacts
  • After merge, re-tag v0.1.6 to trigger workflow and verify assets appear on the release

🤖 Generated with Claude Code


Open with Devin

The release workflow only uploaded tarballs, but agent-relay expects raw
platform-suffixed binaries (e.g. relayfile-mount-darwin-arm64). Add raw
binary copies to the release target and upload all dist artifacts.
Removes the redundant release-binaries workflow that never ran.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

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

Devin Review found 1 potential issue.

View 4 additional findings in Devin Review.

Open in Devin Review

@khaliqgant khaliqgant merged commit 9fdd137 into main Apr 7, 2026
6 checks passed
@khaliqgant khaliqgant deleted the fix-publish branch April 7, 2026 08:32
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.

1 participant