Skip to content

Commit a0fd35a

Browse files
committed
ci: fix artifacts path error
1 parent 30b6e53 commit a0fd35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/publish-nupkg.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ echo Version:$($ver -as [string])
2727
#dotnet clean
2828

2929
dotnet build -c Release -p:Platform="Any CPU" -p:Version=$($ver -as [string]) -p:PackageVersion=$($version -as [string]) -p:GeneratePackageOnBuild=True
30-
Copy-Item -Recurse -Force "./**/bin/**/Release/*.nupkg" ./out
30+
Copy-Item -Recurse -Force "./**/bin/Release/*.nupkg" ./out
3131

3232
Get-ChildItem ./out

0 commit comments

Comments
 (0)