Files
MaaAssistantArknights/tools/MaaBuilder/Build.CI.GitHubActions.ReleaseMaaCore.cs
2022-05-23 23:17:28 +08:00

18 lines
429 B
C#

/*using Nuke.Common.CI.GitHubActions;
namespace MaaBuilder;
[GitHubActions(
name: "release-maa-core",
image: GitHubActionsImage.WindowsLatest,
OnPushTags = new[] { "v*" },
InvokedTargets = new[] { nameof(ReleaseMaaCore) },
ImportSecrets = new[] { "PUBLISH_GH_PAT" },
EnableGitHubToken = true,
PublishArtifacts = true
)]
public partial class Build { }
*/
// 在 MaaElectronUI 发布前不启用