diff --git a/.github/workflows/Engine.yml b/.github/workflows/Engine.yml index 5c7d3e5c9..17ede950f 100644 --- a/.github/workflows/Engine.yml +++ b/.github/workflows/Engine.yml @@ -119,4 +119,4 @@ jobs: # Get-ChildItem -Path . -Recurse -ErrorAction SilentlyContinue -Force - name: Copy libs run: | - xcopy "FlatRedBall\Engines\FlatRedBall.Forms\bin\DesktopGL\Debug\*" "FlatRedBall\Templates\FlatRedBallDesktopGlTemplate\FlatRedBallDesktopGlTemplate\Libraries\DesktopGl\Debug" /E /I + xcopy "FlatRedBall\Engines\Forms\FlatRedBall.Forms\bin\DesktopGL\Debug\*" "FlatRedBall\Templates\FlatRedBallDesktopGlTemplate\FlatRedBallDesktopGlTemplate\Libraries\DesktopGl\Debug" /E /I