From 815fe08de21cbd740ac5ae3e4f21c15a8bb09a03 Mon Sep 17 00:00:00 2001 From: Sahara Yousuf Date: Tue, 12 Mar 2024 18:01:53 -0500 Subject: [PATCH] Specify save artifacts in a different way --- .github/workflows/test-dotnet-samples.yml | 26 +++++++++++------------ 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/test-dotnet-samples.yml b/.github/workflows/test-dotnet-samples.yml index 54ba199..04989ed 100644 --- a/.github/workflows/test-dotnet-samples.yml +++ b/.github/workflows/test-dotnet-samples.yml @@ -170,16 +170,16 @@ jobs: with: name: output-${{ runner.os }}-${{ steps.set-sample-name.outputs.sample_name }} path: | - **/*.docx - **/*.xslx - **/*.pptx - **/*.pdf - **/*.tif - **/*.png - **/*.jpg - **/*.eps - **/*.tiff - **/*.bmp - **/*.gif - **/*.json - **/*.txt + ${{matrix.dir}}*.docx + ${{matrix.dir}}*.xslx + ${{matrix.dir}}*.pptx + ${{matrix.dir}}*.pdf + ${{matrix.dir}}*.tif + ${{matrix.dir}}*.png + ${{matrix.dir}}*.jpg + ${{matrix.dir}}*.eps + ${{matrix.dir}}*.tiff + ${{matrix.dir}}*.bmp + ${{matrix.dir}}*.gif + ${{matrix.dir}}*.json + ${{matrix.dir}}*.txt