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 90fe079 commit 66eaa6e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/Engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +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") {
Write-Host "1it exists"
}
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 66eaa6e

Please sign in to comment.