diff --git a/Build.ps1 b/Build.ps1 index eca63ea..9ee0768 100644 --- a/Build.ps1 +++ b/Build.ps1 @@ -22,7 +22,7 @@ function Exec } } -$artifacts = ".\artifacts" +$artifacts = "..\artifacts" if(Test-Path $artifacts) { Remove-Item $artifacts -Force -Recurse }