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 bb4766c commit 7af165c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/Engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,10 @@ jobs:
if (Test-Path -Path $env:GITHUB_WORKSPACE) {
Write-Host "Current directory exists - wouldnt you know it?"
}
if (Test-Path -Path "$($env:GITHUB_WORKSPACE)\FlatRedBall\") {
$path1 = "$($env:GITHUB_WORKSPACE)\FlatRedBall\"
Write-Host "Testing $path1"
if (Test-Path -Path $path1) {
Write-Host "2it exists"
}
if (Test-Path -Path "$($env:GITHUB_WORKSPACE)\FlatRedBall\FlatRedBall.Forms") {
Expand Down

0 comments on commit 7af165c

Please sign in to comment.