You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* debug: add file listing to diagnose binary location
* fix: use workspace target directory instead of cli/target
Cargo workspaces place binaries in the workspace root's target/
directory, not in cli/target/. This fixes binary preparation
to look in the correct location.
0 commit comments