Commit de719f7
fix(ci): revert target to "all" to avoid wrong build path in pipeline-build-macos
Setting target to "macos" caused the macOS pipeline to enter the custom
(manual) build path which expects build_macos_x64/arm64 format strings.
The grep would fail with exit code 1. Keeping target as "all" ensures
the correct prod/staging build steps run, while the commented-out jobs
in build.yml still prevent Linux/Windows/Docker builds.
Made-with: Cursor1 parent 5d24106 commit de719f7
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments