Fix logs in the wrong place when runnning tests withotu basedir
This commit is contained in:
parent
75e1c6b1c1
commit
9e2526c4a4
2 changed files with 12 additions and 7 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
|
@ -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