apply changes

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jozef Steinhübl 2026-01-05 00:27:12 +01:00 committed by GitHub
parent df806306ea
commit 60ff058245
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,7 +51,7 @@ async function getSemverDownloadUrl(options: Input): Promise<string> {
const eversion = encodeURIComponent(tag ?? version);
const eos = encodeURIComponent(os ?? getPlatform());
const earch = encodeURIComponent(
arch ?? getArchitecture(os ?? getPlatform(), arch ?? process.arch),
getArchitecture(os ?? getPlatform(), arch ?? process.arch),
);
const eavx2 = encodeURIComponent(
getAvx2(os ?? getPlatform(), arch ?? process.arch, avx2) === false