From 8a4bcdef522d6abbab6f6af7e1d42b6ff5eb60c2 Mon Sep 17 00:00:00 2001 From: Faryan Rezagholi Date: Sat, 14 Aug 2021 13:48:38 +0200 Subject: [PATCH] appveyor build script fixes --- Tools/zip_files.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Tools/zip_files.ps1 b/Tools/zip_files.ps1 index 8baa0673..5fa83988 100644 --- a/Tools/zip_files.ps1 +++ b/Tools/zip_files.ps1 @@ -22,8 +22,9 @@ Write-Output "Version is $($version)" # Fix for AppVeyor if(!([string]::IsNullOrEmpty($Env:APPVEYOR_BUILD_FOLDER))) { - if(!(test-path "Release")) + if(!(test-path "Release")) { New-Item -ItemType Directory -Force -Path "Release" | Out-Null + } } # Package debug symbols zip file