Skip to content

Commit

Permalink
Add step for archiving sample output
Browse files Browse the repository at this point in the history
  • Loading branch information
datalogics-saharay committed Mar 12, 2024
1 parent bf66bb6 commit 7ef70b5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test-dotnet-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,21 @@ jobs:
echo "Not available on this os"
fi
fi
- 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

0 comments on commit 7ef70b5

Please sign in to comment.