From 2d7257e3270ff5642b782285509719641b3f7bad Mon Sep 17 00:00:00 2001 From: Michael Bolin Date: Mon, 7 Jul 2025 09:31:22 -0700 Subject: [PATCH] chore: update release scripts for the TypeScript CLI --- codex-cli/scripts/install_native_deps.sh | 2 +- codex-cli/scripts/stage_release.sh | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/codex-cli/scripts/install_native_deps.sh b/codex-cli/scripts/install_native_deps.sh index 01253d5d15..5286ac48f5 100755 --- a/codex-cli/scripts/install_native_deps.sh +++ b/codex-cli/scripts/install_native_deps.sh @@ -65,7 +65,7 @@ mkdir -p "$BIN_DIR" # Until we start publishing stable GitHub releases, we have to grab the binaries # from the GitHub Action that created them. Update the URL below to point to the # appropriate workflow run: -WORKFLOW_URL="https://github.com/openai/codex/actions/runs/15483730027" +WORKFLOW_URL="https://github.com/openai/codex/actions/runs/15981617627" WORKFLOW_ID="${WORKFLOW_URL##*/}" ARTIFACTS_DIR="$(mktemp -d)" diff --git a/codex-cli/scripts/stage_release.sh b/codex-cli/scripts/stage_release.sh index cf2701c214..2fc59d3aa5 100755 --- a/codex-cli/scripts/stage_release.sh +++ b/codex-cli/scripts/stage_release.sh @@ -30,11 +30,12 @@ set -euo pipefail usage() { cat <