1
0
Fork 0

ci: fix log names

timestamps
dump_stack() 2023-05-17 11:42:31 +00:00
parent be5f114694
commit c3f6e90137
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 4 additions and 4 deletions

View File

@ -74,8 +74,8 @@ jobs:
if: always()
uses: actions/upload-artifact@v3
with:
name: test-end-to-end-examples-logs
path: /home/runner/.out-of-tree/logs
name: test-end-to-end-examples-${{ matrix.example.dir }}-logs
path: ~/.out-of-tree/logs
test-end-to-end:
name: E2E
@ -144,5 +144,5 @@ jobs:
if: always()
uses: actions/upload-artifact@v3
with:
name: test-end-to-end-${{ matrix.os.distro }}-${{ matrix.os.release }}-logs
path: /home/runner/.out-of-tree/logs
name: test-end-to-end-${{ matrix.type }}-${{ matrix.os.distro }}-${{ matrix.os.release }}-logs
path: ~/.out-of-tree/logs