mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
feat: build the standalone codex-exec binary as part of the GitHub Release
This commit is contained in:
2
.github/workflows/rust-release.yml
vendored
2
.github/workflows/rust-release.yml
vendored
@@ -97,7 +97,7 @@ jobs:
|
||||
sudo apt install -y musl-tools pkg-config
|
||||
|
||||
- name: Cargo build
|
||||
run: cargo build --target ${{ matrix.target }} --release --bin codex --bin codex-responses-api-proxy
|
||||
run: cargo build --target ${{ matrix.target }} --release --bin codex --bin codex-responses-api-proxy --bin codex-exec
|
||||
|
||||
- name: Stage artifacts
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user