File tree Expand file tree Collapse file tree 2 files changed +21
-21
lines changed Expand file tree Collapse file tree 2 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 9393 with :
9494 name : ${{ github.job }}-logs
9595 path : |
96- build/ **/*.log
97- build/ **/*.out
98- build/ **/*.err
96+ **/*.log
97+ **/*.out
98+ **/*.err
9999 - name : Create PR to update usage.md
100100 if : ${{ github.event_name == 'push' }}
101101 uses : peter-evans/create-pull-request@v7
@@ -144,6 +144,6 @@ jobs:
144144 with :
145145 name : ${{ github.job }}-logs
146146 path : |
147- build/ **/*.log
148- build/ **/*.out
149- build/ **/*.err
147+ **/*.log
148+ **/*.out
149+ **/*.err
Original file line number Diff line number Diff line change 7777 with :
7878 name : ${{ github.job }}-${{ matrix.arch }}-logs
7979 path : |
80- build/ **/*.log
81- build/ **/*.out
82- build/ **/*.err
80+ **/*.log
81+ **/*.out
82+ **/*.err
8383
8484 build-alpine :
8585 runs-on : ${{ matrix.runner }}
@@ -174,9 +174,9 @@ jobs:
174174 with :
175175 name : ${{ github.job }}-${{ matrix.arch }}-logs
176176 path : |
177- build/ **/*.log
178- build/ **/*.out
179- build/ **/*.err
177+ **/*.log
178+ **/*.out
179+ **/*.err
180180
181181 build-mac :
182182 runs-on : macos-13
@@ -260,9 +260,9 @@ jobs:
260260 with :
261261 name : build-mac-${{ matrix.arch }}${{ matrix.is_fuse_t && '-fuse-t' || '' }}-logs
262262 path : |
263- build/ **/*.log
264- build/ **/*.out
265- build/ **/*.err
263+ **/*.log
264+ **/*.out
265+ **/*.err
266266
267267 build-windows :
268268 runs-on : windows-latest
@@ -312,9 +312,9 @@ jobs:
312312 with :
313313 name : ${{ github.job }}-logs
314314 path : |
315- build/ **/*.log
316- build/ **/*.out
317- build/ **/*.err
315+ **/*.log
316+ **/*.out
317+ **/*.err
318318
319319 build-freebsd :
320320 runs-on : ubuntu-latest
@@ -362,6 +362,6 @@ jobs:
362362 with :
363363 name : ${{ github.job }}-logs
364364 path : |
365- build/ **/*.log
366- build/ **/*.out
367- build/ **/*.err
365+ **/*.log
366+ **/*.out
367+ **/*.err
You can’t perform that action at this time.
0 commit comments