Commit c93cfd8
fix: correct shell syntax error in release workflow (#23)
Fix syntax error on lines 36-37 where the cp command for
radar-agent-linux-arm64-musl was split across two lines without
proper line continuation, causing bash to interpret the second
line as a command.
This was causing the workflow to fail with:
"radar-agent-linux-arm64-musl: command not found"
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <[email protected]>1 parent fb50016 commit c93cfd8
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| |||
0 commit comments