diff --git a/.github/workflows/test-dotnet-samples.yml b/.github/workflows/test-dotnet-samples.yml index 953bf41..205c652 100644 --- a/.github/workflows/test-dotnet-samples.yml +++ b/.github/workflows/test-dotnet-samples.yml @@ -159,13 +159,10 @@ 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}} + name: output-${{ runner.os }} path: | **.docx **.xslx