Skip to content

Commit

Permalink
Specify save artifacts in a different way
Browse files Browse the repository at this point in the history
  • Loading branch information
datalogics-saharay committed Mar 13, 2024
1 parent 795725f commit 815fe08
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/test-dotnet-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 815fe08

Please sign in to comment.