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