We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5863b3 commit 407b598Copy full SHA for 407b598
.github/workflows/Steeltoe.All.yml
@@ -122,8 +122,9 @@ jobs:
122
uses: actions/upload-artifact@v4
123
with:
124
name: FailedTestOutput-${{ matrix.os }}
125
- path: '${{ github.workspace }}/dumps/**/*.dmp'
126
-# '${{ github.workspace }}/**/Sequence_*.xml'
+ path: |
+ ${{ github.workspace }}/dumps/**/*.dmp
127
+ ${{ github.workspace }}/**/Sequence_*.xml
128
if-no-files-found: ignore
129
130
- name: Report test results
0 commit comments