Skip to content

fix(ci): use workspace path for cli-binaries artifact in container job#2781

Closed
robert-hebel-sb wants to merge 2 commits intomasterfrom
fix/bump-go-version
Closed

fix(ci): use workspace path for cli-binaries artifact in container job#2781
robert-hebel-sb wants to merge 2 commits intomasterfrom
fix/bump-go-version

Conversation

@robert-hebel-sb
Copy link
Copy Markdown
Contributor

@robert-hebel-sb robert-hebel-sb commented Apr 17, 2026

Summary

  • Fixes the artifact download path: container jobs don't share /tmp with the host runner, so ghr couldn't find the binaries. Switched to ${{ github.workspace }}/cli-binaries which is mounted into the container

Test plan

  • Trigger a release workflow run after merging to verify the upload step completes successfully

🤖 Generated with Claude Code

robert-hebel-sb and others added 2 commits April 17, 2026 09:34
Container jobs don't share /tmp with the host runner, so download-artifact
writes to a path the ghr shell step can't see. Using github.workspace fixes
this as it is mounted into the container.

Also upgrades golang image from 1.25 to 1.26 to satisfy ghr@latest (v0.18.3).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@robert-hebel-sb robert-hebel-sb requested a review from a team as a code owner April 17, 2026 07:57
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