From 0a68853d8baf86d44a48a33caeb3457479660f92 Mon Sep 17 00:00:00 2001 From: Michael Bolin Date: Mon, 29 Sep 2025 09:54:54 -0700 Subject: [PATCH] feat: build the standalone `codex-exec` binary as part of the GitHub Release --- .github/workflows/rust-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust-release.yml b/.github/workflows/rust-release.yml index 05bbb9a4d9..93dafccb12 100644 --- a/.github/workflows/rust-release.yml +++ b/.github/workflows/rust-release.yml @@ -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