Skip to content

Commit

Permalink
Update Engine.yml
Browse files Browse the repository at this point in the history
updated command to powershell
  • Loading branch information
kainazzzo authored Mar 26, 2024
1 parent 81d548d commit f7d8723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f7d8723

Please sign in to comment.