Commit 64bf755
committed
fix(ci): package eject_idb CLI in releases
The CLI is deployed by CMake to $IDASDK/bin (RUNTIME_OUTPUT_DIRECTORY),
not under build/, so the previous 'find build' copy step silently found
nothing and '|| true' hid the failure. Releases shipped plugin-only.
Copy the CLI from $IDASDK/bin and add a verify step that fails the job
if either the plugin or CLI is missing from the package.1 parent c1a52e9 commit 64bf755
1 file changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
66 | 73 | | |
67 | 74 | | |
68 | 75 | | |
| |||
0 commit comments