Update WingetPublish.ps1

This commit is contained in:
Tiago Conceição
2021-11-23 02:37:31 +00:00
parent c71ff0dd92
commit 503e46b6b4
+1 -1
View File
@@ -58,7 +58,7 @@ Version: $version
Url: $msiUrl
"
$actionInput = Read-Host -Prompt "Do you want to update the manifest with the current release v$version? (Y/Yes or N/No)"
$actionInput = Read-Host -Prompt "Do you want to update the manifest with the current release v$($version)? (Y/Yes or N/No)"
if($actionInput -eq "y" || $actionInput -eq "yes")
{
Remove-Item $outputFolder -Recurse -ErrorAction Ignore # Clean