From 3faa40abdd6496aa1b3430313109e240d0b2b900 Mon Sep 17 00:00:00 2001 From: Sahara Yousuf Date: Wed, 13 Mar 2024 15:15:14 -0500 Subject: [PATCH] Archive sample output that gets put in the parent directory - Also, remove the debugging statements. --- .github/workflows/test-dotnet-samples.yml | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/.github/workflows/test-dotnet-samples.yml b/.github/workflows/test-dotnet-samples.yml index 4f876c3..ee2d792 100644 --- a/.github/workflows/test-dotnet-samples.yml +++ b/.github/workflows/test-dotnet-samples.yml @@ -183,17 +183,7 @@ jobs: ${{matrix.dir}}*.gif ${{matrix.dir}}*.json ${{matrix.dir}}*.txt - ${{matrix.dir}}*.csv - - name: List files again - run: | - ls -la .. - echo "Test" - ls -la ../.. - echo "Test2" - ls -la ../../../ - echo "Test3" - ls ${{matrix.dir}} - echo "Test4" - ls ${{matrix.dir}}/.. - echo "Test5" - ls ${{matrix.dir}}/../.. + ${{matrix.dir}}../*.pdf + ${{matrix.dir}}../*.json + ${{matrix.dir}}../*.txt + ${{matrix.dir}}../*.csv