From c6b68d10648d549bd05b58ddf9543b7e72904e0a Mon Sep 17 00:00:00 2001 From: Domenic Datti Date: Tue, 26 Mar 2024 11:24:28 -0400 Subject: [PATCH] Update Engine.yml Adding another directory list just to debug the pipelines --- .github/workflows/Engine.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/Engine.yml b/.github/workflows/Engine.yml index a2d65dbd5..4e1f8b5ef 100644 --- a/.github/workflows/Engine.yml +++ b/.github/workflows/Engine.yml @@ -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]