Skip to content

Commit

Permalink
[CI] ignore to add some XML files to artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
celeron533 committed Dec 28, 2023
1 parent 7c92131 commit aaef8b4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: DicomGrep-${{ matrix.configuration }}
path: bin/net${{ matrix.dotnet-version }}/${{ matrix.configuration }}
path: |
bin/net${{ matrix.dotnet-version }}/${{ matrix.configuration }}
!bin/**/DICOM Dictionary.xml
!bin/**/Private Dictionary.xml

0 comments on commit aaef8b4

Please sign in to comment.