From 14def040c508313ce5defe6f720a430a43d154da Mon Sep 17 00:00:00 2001 From: Sahara Yousuf Date: Tue, 12 Mar 2024 10:47:40 -0500 Subject: [PATCH] List sample output files --- .github/workflows/test-dotnet-samples.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test-dotnet-samples.yml b/.github/workflows/test-dotnet-samples.yml index 0fef7eb..953bf41 100644 --- a/.github/workflows/test-dotnet-samples.yml +++ b/.github/workflows/test-dotnet-samples.yml @@ -159,6 +159,9 @@ jobs: echo "Not available on this os" fi fi + - name: List sample output files + run: | + ls ${{ github.workspace}}/ - name: Save artifacts uses: actions/upload-artifact@v4 with: