Skip to content

Commit dfe3745

Browse files
committed
build.ps1 - appveyor push get full path
1 parent bc45e5d commit dfe3745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ function Nupkg
458458

459459
if ($env:APPVEYOR_REPO_TAG -eq "True")
460460
{
461-
Get-ChildItem -Path .\Nuget -Filter *.nupkg -File -Name| ForEach-Object {
461+
Get-ChildItem -Path .\Nuget -Filter *.nupkg -File | ForEach-Object {
462462
appveyor PushArtifact $_.FullName
463463
} | Out-Null
464464
}

0 commit comments

Comments
 (0)