Skip to content

Commit 75e9e5f

Browse files
committed
AppVeyor: fix publishing nuget package in GitHub Releases
1 parent a259574 commit 75e9e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ build:
2828
publish_nuget: true
2929
verbosity: minimal
3030
artifacts:
31-
- path: Leaf.xNet\bin\Release\Leaf.xNet.$(appveyor_build_version).nupkg
31+
- path: Leaf.xNet.$(appveyor_build_version).nupkg
3232
name: Leaf.xNet_v$(appveyor_build_version)__Nuget_All_Targets
3333
- path: Leaf.xNet\bin\Release\net452
3434
name: Leaf.xNet_v$(appveyor_build_version)__NET_Framework_4.5.2

0 commit comments

Comments
 (0)