CI: maybe this is the pattern we need ?
This commit is contained in:
parent
e76d6a5c97
commit
173f2d6f37
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
|
@ -66,7 +66,7 @@ jobs:
|
|||
if: failure()
|
||||
with:
|
||||
name: 'test-logs-${{ runner.os }}'
|
||||
path: 'tests/logs/**'
|
||||
path: 'tests/logs/**/*'
|
||||
|
||||
- run: ./make_package linux ${{ github.run_id }}
|
||||
name: 'Package'
|
||||
|
|
@ -115,7 +115,7 @@ jobs:
|
|||
if: failure()
|
||||
with:
|
||||
name: 'test-logs-${{ runner.os }}'
|
||||
path: 'tests/logs/**'
|
||||
path: 'tests/logs/**/*'
|
||||
|
||||
- run: ./make_package macos ${{ github.run_id }}
|
||||
name: 'Package'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue