Publish codex-app-server in GitHub releases

Add codex-app-server to the existing release build, signing, and staging paths so tagged releases upload app-server binaries alongside the other published artifacts.
This commit is contained in:
Channing Conger
2026-03-11 08:05:15 -07:00
parent f548309797
commit b7fb907d7b
5 changed files with 12 additions and 5 deletions

View File

@@ -30,7 +30,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"