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 66eaa6e commit bb4766c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +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\") {
if (Test-Path -Path "$($env:GITHUB_WORKSPACE)\FlatRedBall\") {
Write-Host "2it exists"
}
if (Test-Path -Path $env:GITHUB_WORKSPACE + "\FlatRedBall\FlatRedBall.Forms") {
if (Test-Path -Path "$($env:GITHUB_WORKSPACE)\FlatRedBall\FlatRedBall.Forms") {
Write-Host "3 exists"
}
Expand Down

0 comments on commit bb4766c

Please sign in to comment.