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
ci(package): constrain Agent MSI regeneration to windows/x86_64 artifacts
The Regenerate Agent MSI step defaults to x86_64 (tlk.ps1 architecture
default) but was searching recursively across both arm64 and x86_64
directories, leaving the executable selection to chance via Select -First 1.
Introduce an $x64Root variable pointing to windows\x86_64 and scope all
per-architecture file lookups to that path. tun2socks and wintun are kept
with a recursive search on the full PackageRoot since they live under a
separate tun2socks\ subdirectory.
0 commit comments