Skip to content

fix(build): remove duplicate bin/ prefix in sandbox-cli output path#494

Merged
xiaods merged 1 commit into
mainfrom
dev
Jun 5, 2026
Merged

fix(build): remove duplicate bin/ prefix in sandbox-cli output path#494
xiaods merged 1 commit into
mainfrom
dev

Conversation

@xiaods

@xiaods xiaods commented Jun 5, 2026

Copy link
Copy Markdown
Owner

getInstallPath(.bin, ...) already prepends bin/ to the path, so the fmt string "bin/k8e-sandbox-cli-..." produced zig-out/bin/bin/..., causing the release upload step to find no files at the expected zig-out/bin/... path.

getInstallPath(.bin, ...) already prepends bin/ to the path, so the
fmt string "bin/k8e-sandbox-cli-..." produced zig-out/bin/bin/...,
causing the release upload step to find no files at the expected
zig-out/bin/... path.
@sonarqubecloud

sonarqubecloud Bot commented Jun 5, 2026

Copy link
Copy Markdown

@xiaods xiaods merged commit feb7b03 into main Jun 5, 2026
6 of 7 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.

1 participant