diff --git a/appveyor.yml b/appveyor.yml index 9a94455..aba2f93 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,7 +16,7 @@ after_build: - ps: >- nuget pack WorkIndicator.nuspec -Version $env:APPVEYOR_BUILD_VERSION -Properties Configuration=Release -OutputDirectory bin\Release\ - $squirrel = ".\packages\squirrel.windows.*\tools\Squirrel.exe" + $squirrel = ".\packages\squirrel.windows\*\tools\Squirrel.exe" .$squirrel -releasify ".\bin\$env:CONFIGURATION\WorkIndicator.$env:APPVEYOR_BUILD_VERSION.nupkg" | Write-Output artifacts: