Skip to content

Commit

Permalink
Try specifying output files to save in different way
Browse files Browse the repository at this point in the history
  • Loading branch information
datalogics-saharay committed Mar 12, 2024
1 parent 3a61d4d commit e35daf8
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/test-dotnet-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,16 +170,4 @@ 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
find . -maxdepth 1 -type f \( -name '*.docx' -o -name '*.xslx' -o -name '*.pptx' -o -name '*.pdf' -o -name '*.tif' -o -name '*.png' -o -name '*.jpg' -o -name '*.eps' -o -name '*.tiff' -o -name '*.bmp' -o -name '*.gif' -o -name '*.json' -o -name '*.txt' \)

0 comments on commit e35daf8

Please sign in to comment.