You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(release): switch Windows ARM64 bundles to NSIS
The v3.16.4-8 release run proved the earlier sidecar and x64 runner fixes, but Windows ARM64 still failed after successfully cross-compiling cc-switch.exe and codex-history-repairer.exe. The remaining failure was in WiX v3 light.exe while producing the ARM64 MSI on windows-2022.
Root fix: stop treating Windows ARM64 MSI as a required release artifact. Build aarch64-pc-windows-msvc on the x64 Windows runner with NSIS, collect the ARM64 Setup.exe and signature first, and leave MSI as an optional compatibility artifact only. Update the GitHub release copy, bump the version to 3.16.4-9, add release notes, and record the workflow invariant in memory.md.
Validation: pnpm exec prettier --check package.json src-tauri/tauri.conf.json docs/release-notes/v3.16.4-9-zh.md .github/workflows/release.yml memory.md; pnpm typecheck; cargo metadata --manifest-path src-tauri/Cargo.toml --no-deps --format-version 1; git diff --check. actionlint is not installed locally, so the tag run will be the workflow syntax verification.
0 commit comments