Commit 7b56ffa
fix(ci): handle non-zero exit codes in manifold-verify workflow
Two issues fixed:
1. Workflow bash -e flag: Changed shell from `bash -e {0}` to `bash {0}`
so non-zero exit codes from `manifold verify` are properly captured
instead of immediately terminating the script.
2. Glob pattern in artifact: Changed `install/lib/parallel/*.ts` to
`install/lib/parallel/index.ts` since the CLI doesn't expand globs.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 2de938e commit 7b56ffa
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
559 | 559 | | |
560 | 560 | | |
561 | 561 | | |
562 | | - | |
| 562 | + | |
563 | 563 | | |
564 | 564 | | |
565 | 565 | | |
566 | | - | |
| 566 | + | |
567 | 567 | | |
568 | 568 | | |
569 | 569 | | |
| |||
0 commit comments