Skip to content

Commit

Permalink
更新 Build.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
MakesYT authored Apr 9, 2024
1 parent c74ec5c commit c56b0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
GitHubActionsImage.WindowsLatest,
On = new[] { GitHubActionsTrigger.Push },
ImportSecrets = new[] { nameof(GitHubToken) },
InvokedTargets = new[] { nameof(Compile) })]
InvokedTargets = new[] { nameof(Clean) })]
class Build : NukeBuild
{
/// Support plugins are available for:
Expand Down

0 comments on commit c56b0bf

Please sign in to comment.