From f7d872353b621bbbf78d7cfdcd6446f865c585b4 Mon Sep 17 00:00:00 2001 From: Domenic Datti Date: Tue, 26 Mar 2024 10:57:08 -0400 Subject: [PATCH] Update Engine.yml updated command to powershell --- .github/workflows/Engine.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Engine.yml b/.github/workflows/Engine.yml index f00f18de5..a2d65dbd5 100644 --- a/.github/workflows/Engine.yml +++ b/.github/workflows/Engine.yml @@ -100,7 +100,7 @@ jobs: steps: - name: Directory listing run: | - dir /s + Get-ChildItem -Path . -Recurse -ErrorAction SilentlyContinue -Force - name: Copy libs run: | xcopy /E /I "${{ env.FORMS }}\FlatRedBall.Forms\bin\DesktopGL\Debug\*" ${{ env.TEMPLATES }}\FlatRedBallDesktopGlTemplate\FlatRedBallDesktopGlTemplate\Libraries\DesktopGl\Debug