Skip to content

Commit

Permalink
Update Engine.yml
Browse files Browse the repository at this point in the history
adding a directory listing to see what files are there
  • Loading branch information
kainazzzo authored Mar 26, 2024
1 parent d386330 commit 81d548d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/Engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ jobs:
FORMS: FlatRedBall\Engines\Forms\FlatRedBall.Forms
runs-on: windows-latest
steps:
- name: Directory listing
run: |
dir /s
- name: Copy libs
run: |
xcopy /E /I "${{ env.FORMS }}\FlatRedBall.Forms\bin\DesktopGL\Debug\*" ${{ env.TEMPLATES }}\FlatRedBallDesktopGlTemplate\FlatRedBallDesktopGlTemplate\Libraries\DesktopGl\Debug
Expand Down

0 comments on commit 81d548d

Please sign in to comment.