From 6d8957edd583758b656cc7b4536c74b486cc7e00 Mon Sep 17 00:00:00 2001 From: bobeaton Date: Wed, 1 Nov 2023 13:51:12 -0500 Subject: [PATCH] didn't know that would error... --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e1c6312c..b94dae2f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,9 +59,7 @@ jobs: exit 0 } else { Write-Host "Waiting for files to exist..." - Get-ChildItem -Path .\Common\Win32\Debug - Get-ChildItem -Path .\Common\Win32\Release - Get-ChildItem -Path .\Common\x64\Debug + Get-ChildItem -Path .\Common Start-Sleep -Seconds 5 $timeout += 5 }