mirror of
https://github.com/openai/codex.git
synced 2026-05-19 10:43:38 +00:00
chore(ci) Build a release of codex-app-server
This commit is contained in:
2
.github/actions/linux-code-sign/action.yml
vendored
2
.github/actions/linux-code-sign/action.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user