download new windows binaries when staging npm package (#8203)

This commit is contained in:
iceweasel-oai
2025-12-17 13:34:32 -08:00
committed by GitHub
parent df35189366
commit a9a7cf3488
3 changed files with 8 additions and 3 deletions

View File

@@ -36,7 +36,8 @@ jobs:
GH_TOKEN: ${{ github.token }}
run: |
set -euo pipefail
CODEX_VERSION=0.40.0
# Use a rust-release version that includes all native binaries.
CODEX_VERSION=0.74.0-alpha.3
OUTPUT_DIR="${RUNNER_TEMP}"
python3 ./scripts/stage_npm_packages.py \
--release-version "$CODEX_VERSION" \