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

@@ -6,7 +6,7 @@ using ParallelPipelines.Host.Helpers;
namespace Deploy.Steps;
[DependsOnStep<RestoreAndBuildStep>]
[DependsOnStep<CreateWindowsRelease>]
[DependsOnStep<CreateWindowsArm64Release>]
public class CreateMacosRelease : IStep
{
public async Task<BufferedCommandResult?[]?> RunStep(CancellationToken cancellationToken)