From 14c86cf9777a98b7611a0f57ab42a41b0f064ead Mon Sep 17 00:00:00 2001 From: AndreasBrostrom Date: Fri, 21 Jul 2023 15:58:09 +0200 Subject: [PATCH] Fixed some powershell uppercasing --- tools/deploy_both.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/deploy_both.ps1 b/tools/deploy_both.ps1 index 59588024..c22ec925 100644 --- a/tools/deploy_both.ps1 +++ b/tools/deploy_both.ps1 @@ -43,4 +43,4 @@ cd $PSScriptRoot\.. # Rename hemtt zip Rename-Item -Path .\releases\7CavAddon_$tagVersion.zip -NewName 7CavAddon_$tagVersion-pboProject.zip Move-Item -Path .\tools\temp\7CavAddon_$tagVersion-hemtt.zip -Destination .\releases\. -Remove-Item .\temp -Force -Recurse -ErrorAction 'silentlycontinue' \ No newline at end of file +Remove-Item .\tools\temp -Force -Recurse -ErrorAction 'SilentlyContinue' \ No newline at end of file