name log artifacts based on matrix w/ burnettk
This commit is contained in:
parent
317895e58d
commit
de8c40f83e
|
@ -167,7 +167,7 @@ jobs:
|
|||
if: failure() && matrix.session == 'tests'
|
||||
uses: "actions/upload-artifact@v3.0.0"
|
||||
with:
|
||||
name: logs
|
||||
name: logs-${{matrix.python}}-${{matrix.os}}-${{matrix.database}}
|
||||
path: "./log/*.log"
|
||||
|
||||
coverage:
|
||||
|
|
Loading…
Reference in New Issue