Skip to content

Commit 431d10e

Browse files
committed
chore: update build.cake.
1 parent fc5a4cb commit 431d10e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ Task("push to nuget")
336336
throw new Exception("NuGet token is required!");
337337
}
338338

339-
var packages = GetFiles("./build/outputs/nuget/HandyControl.*nupkg");
339+
var packages = GetFiles("../build/outputs/nuget/HandyControl.*nupkg");
340340
NuGetPush(packages, new NuGetPushSettings
341341
{
342342
ApiKey = nugetToken,

0 commit comments

Comments
 (0)