From c92879d75ad8f97bba2998c63718f71e55f05799 Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Mon, 20 Dec 2021 12:42:38 -0500 Subject: [PATCH] Update path --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: