Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Commit

Permalink
$artifacts = "..\artifacts"
Browse files Browse the repository at this point in the history
  • Loading branch information
lbargaoanu committed Nov 25, 2022
1 parent 72d3536 commit 15b2d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function Exec
}
}

$artifacts = ".\artifacts"
$artifacts = "..\artifacts"

if(Test-Path $artifacts) { Remove-Item $artifacts -Force -Recurse }

Expand Down

0 comments on commit 15b2d09

Please sign in to comment.