chore(ci) Build a release of codex-app-server

This commit is contained in:
Dylan Hurd
2026-04-24 13:18:55 -07:00
parent a9f75e5cda
commit 43cbc2e82a
6 changed files with 66 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ runs:
exit 1
fi
for binary in codex codex-responses-api-proxy; do
for binary in codex codex-responses-api-proxy codex-app-server; do
artifact="${dest}/${binary}"
if [[ ! -f "$artifact" ]]; then
echo "Binary $artifact not found"