chore: update GitHub workflow for native artifacts for npm release (#1162)
Among other things, this picks up this UI treatment fix: https://github.com/openai/codex/pull/1161
This commit is contained in:
parent
a32d305ae6
commit
8c1902b562
1 changed files with 1 additions and 1 deletions
|
|
@ -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/15280451034"
|
||||
WORKFLOW_URL="https://github.com/openai/codex/actions/runs/15334411824"
|
||||
WORKFLOW_ID="${WORKFLOW_URL##*/}"
|
||||
|
||||
ARTIFACTS_DIR="$(mktemp -d)"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue