Compare commits

...

1 Commits

Author SHA1 Message Date
Michael Bolin
0a68853d8b feat: build the standalone codex-exec binary as part of the GitHub Release 2025-09-29 09:54:54 -07:00

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