Publish win-arm64 release (#28)

This commit is contained in:
Matt Parker
2025-12-10 23:59:46 +10:00
committed by GitHub
parent 441bc18776
commit ed4c3c21e6
6 changed files with 127 additions and 32 deletions

View File

@@ -19,7 +19,7 @@ public class CreateWindowsRelease : IStep
var godotExportResult = await PipelineCliHelper.RunCliCommandAsync(
"godot",
$"--headless --verbose --export-release Windows --project {godotProjectFile.GetFullNameUnix()}",
$"--headless --verbose --export-release Windows-x64 --project {godotProjectFile.GetFullNameUnix()}",
cancellationToken
);