Skip to content

Commit

Permalink
Update Engine.yml
Browse files Browse the repository at this point in the history
Adding another directory list just to debug the pipelines
  • Loading branch information
kainazzzo authored Mar 26, 2024
1 parent f7d8723 commit c6b68d1
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 @@ -83,6 +83,9 @@ jobs:
with:
name: DesktopGlNet4${{ matrix.configuration }}
path: FlatRedBall/Engines/Forms/FlatRedBall.Forms/FlatRedBall.Forms/bin/DesktopGL/${{ matrix.configuration }}/
- name: Directory listing
run: |
Get-ChildItem -Path . -Recurse -ErrorAction SilentlyContinue -Force
gatekeeper:
needs: [build]
Expand Down

0 comments on commit c6b68d1

Please sign in to comment.