Skip to content

Commit fd34b7e

Browse files
committed
Fixed build script path
1 parent f82e3b6 commit fd34b7e

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
@@ -162,7 +162,7 @@ Task("Upload-AppVeyor-Artifacts")
162162
AppVeyor.UploadArtifact("build/GitVersionTfsTaskBuild/gittools.gitversion-" + semVersion + ".vsix");
163163
AppVeyor.UploadArtifact("build/GitVersion_" + nugetVersion + ".zip");
164164
AppVeyor.UploadArtifact("build/GemBuild/" + gem);
165-
AppVeyor.UploadArtifact("releasenotes.md");
165+
AppVeyor.UploadArtifact("build/releasenotes.md");
166166
AppVeyor.UploadArtifact("build/artifacts");
167167
});
168168

0 commit comments

Comments
 (0)