Skip to content

Commit 2810eb1

Browse files
committed
And again...
1 parent 57e0330 commit 2810eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Task("Upload-AppVeyor-Artifacts")
176176

177177
if(IsMainGitVersionRepo && IsMainGitVersionBranch && !IsPullRequest)
178178
{
179-
if(FileExists("build/releasenotes.md")
179+
if(FileExists("build/releasenotes.md"))
180180
{
181181
AppVeyor.UploadArtifact("build/releasenotes.md");
182182
}

0 commit comments

Comments
 (0)