Fix logs in the wrong place when runnning tests withotu basedir

This commit is contained in:
Ben Jackson 2020-09-19 11:17:55 +01:00
commit 9e2526c4a4
2 changed files with 12 additions and 7 deletions

View file

@ -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'