diff --git a/.github/workflows/test-dotnet-samples.yml b/.github/workflows/test-dotnet-samples.yml index 953bf41..ce02842 100644 --- a/.github/workflows/test-dotnet-samples.yml +++ b/.github/workflows/test-dotnet-samples.yml @@ -159,24 +159,21 @@ 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: name: output-${{ runner.os }}-${{matrix.dir}} path: | - **.docx - **.xslx - **.pptx - **.pdf - **.tif - **.png - **.jpg - **.eps - **.tiff - **.bmp - **.gif - **.json - **.txt + **/*.docx + **/*.xslx + **/*.pptx + **/*.pdf + **/*.tif + **/*.png + **/*.jpg + **/*.eps + **/*.tiff + **/*.bmp + **/*.gif + **/*.json + **/*.txt