Skip to content

Commit 8c1902b

Browse files
authored
chore: update GitHub workflow for native artifacts for npm release (#1162)
Among other things, this picks up this UI treatment fix: #1161
1 parent a32d305 commit 8c1902b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codex-cli/scripts/install_native_deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ mkdir -p "$BIN_DIR"
6565
# Until we start publishing stable GitHub releases, we have to grab the binaries
6666
# from the GitHub Action that created them. Update the URL below to point to the
6767
# appropriate workflow run:
68-
WORKFLOW_URL="https://github.com/openai/codex/actions/runs/15280451034"
68+
WORKFLOW_URL="https://github.com/openai/codex/actions/runs/15334411824"
6969
WORKFLOW_ID="${WORKFLOW_URL##*/}"
7070

7171
ARTIFACTS_DIR="$(mktemp -d)"

0 commit comments

Comments
 (0)