Commit b2b3c51
committed
fix(publish): fix CLI binary path in manylinux Docker container
The before-script-linux runs with CWD set to the working-directory
(packages/python), but cargo outputs the binary to the workspace root's
target/ directory. Fix the cp path to use ../../target/release/kreuzberg
and mkdir to use the relative kreuzberg/ directory.1 parent be8d11f commit b2b3c51
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
533 | 533 | | |
534 | 534 | | |
535 | 535 | | |
| 536 | + | |
| 537 | + | |
536 | 538 | | |
537 | 539 | | |
538 | | - | |
539 | | - | |
| 540 | + | |
| 541 | + | |
540 | 542 | | |
541 | 543 | | |
542 | 544 | | |
| |||
0 commit comments