diff --git a/Scripts/post_build.ps1 b/Scripts/post_build.ps1 index 9bb7ef2dc..a03eb8eea 100644 --- a/Scripts/post_build.ps1 +++ b/Scripts/post_build.ps1 @@ -101,7 +101,7 @@ function Pack-Velopack-Installer($path, $version, $output) Write-Host "Begin pack squirrel installer" $spec = "$path\Scripts\flowlauncher.nuspec" - $input = "$path\Output\Release" + $input = "$path\Output\$config" Write-Host "Packing: $spec" Write-Host "Input path: $input"