mirror of
https://github.com/openai/codex.git
synced 2026-09-20 12:47:38 +00:00
## What changed - When `CODEX_PROVISIONED_MACOS_CANDIDATE` is `true`, require the provisioned macOS job to succeed and upload its verified packages as release assets. Allow releases to proceed when the job is disabled and skipped. - Include provisioned archives in `codex-package_SHA256SUMS` and remove per-architecture `SHA256SUMS` files before upload. - Publish a `codex-provisioned` DotSlash manifest for macOS ARM64 and x86_64 packages, pointing to `bin/codex`. GitOrigin-RevId: 7e36df484a3b7da6b66180fa31418a6958d1fe77
17 lines
382 B
JSON
17 lines
382 B
JSON
{
|
|
"outputs": {
|
|
"codex-provisioned": {
|
|
"platforms": {
|
|
"macos-aarch64": {
|
|
"regex": "^codex-provisioned-package-aarch64-apple-darwin\\.tar\\.gz$",
|
|
"path": "bin/codex"
|
|
},
|
|
"macos-x86_64": {
|
|
"regex": "^codex-provisioned-package-x86_64-apple-darwin\\.tar\\.gz$",
|
|
"path": "bin/codex"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|