Skip to content

Commit 62e4cba

Browse files
committed
Glob more logs
1 parent a759ea1 commit 62e4cba

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

.github/workflows/ccpp.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ jobs:
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

0 commit comments

Comments
 (0)