Skip to content

Commit 407b598

Browse files
committed
try without quotes
1 parent d5863b3 commit 407b598

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/Steeltoe.All.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,9 @@ jobs:
122122
uses: actions/upload-artifact@v4
123123
with:
124124
name: FailedTestOutput-${{ matrix.os }}
125-
path: '${{ github.workspace }}/dumps/**/*.dmp'
126-
# '${{ github.workspace }}/**/Sequence_*.xml'
125+
path: |
126+
${{ github.workspace }}/dumps/**/*.dmp
127+
${{ github.workspace }}/**/Sequence_*.xml
127128
if-no-files-found: ignore
128129

129130
- name: Report test results

0 commit comments

Comments
 (0)