Skip to content

Commit

Permalink
Correct save artifacts step in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
datalogics-saharay committed Mar 12, 2024
1 parent 14def04 commit 87966de
Showing 1 changed file with 13 additions and 16 deletions.
29 changes: 13 additions & 16 deletions .github/workflows/test-dotnet-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 87966de

Please sign in to comment.