Skip to content

Commit

Permalink
Update Engine.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vchelaru committed Mar 27, 2024
1 parent 7af165c commit c6d1dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
Write-Host "Current directory exists - wouldnt you know it?"
}
$path1 = "$($env:GITHUB_WORKSPACE)\FlatRedBall\"
$path1 = "$($env:GITHUB_WORKSPACE)\FlatRedBall"
Write-Host "Testing $path1"
if (Test-Path -Path $path1) {
Write-Host "2it exists"
Expand Down

0 comments on commit c6d1dca

Please sign in to comment.