chore(build): support download-windows-artifacts

Signed-off-by: Hanchin Hsieh <me@yuchanns.xyz>
This commit is contained in:
yuchanns
2024-09-04 09:38:37 +08:00
committed by Hanchin Hsieh
parent f77bacb10b
commit f239733e61
2 changed files with 51 additions and 6 deletions

View File

@@ -61,6 +61,8 @@ M.build = function(opts)
string.format("%s\\Build.ps1", build_directory),
"-WorkingDirectory",
build_directory,
"-BuildFromSource",
string.format("%s", opts.source == true and "true" or "false"),
}
else
error("Unsupported operating system: " .. os_name, 2)