CI: maybe this is the pattern we need ?

This commit is contained in:
Ben Jackson 2020-09-11 17:06:05 +01:00
commit 173f2d6f37

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'