We need to globstar the test log dirs

This commit is contained in:
Ben Jackson 2020-09-11 16:25:00 +01:00
commit a037e4d31a

View file

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