Create Release via GH Action v1 (#7)

This commit is contained in:
Matt Parker
2025-11-15 15:07:24 +10:00
committed by GitHub
parent 89e04ed084
commit c2928fbd2d
7 changed files with 74 additions and 2 deletions

View File

@@ -23,6 +23,8 @@ public class CreateWindowsRelease : IStep
cancellationToken
);
var windowsZipFile = await windowsPublishDirectory.ZipDirectoryToFile($"{PipelineFileHelper.GitRootDirectory.FullName}/artifacts/publish-godot/sharpide-win-x64.zip");
return [godotExportResult];
}
}