feat: build the standalone codex-exec binary as part of the GitHub Release

This commit is contained in:
Michael Bolin
2025-09-29 09:54:54 -07:00
parent c4120a265b
commit 0a68853d8b

View File

@@ -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