1
0
Fork 0

Use different names for logs upload

timestamps
dump_stack() 2023-04-06 20:40:18 +00:00
parent 897ac0699d
commit a4c83c1637
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,7 @@ jobs:
- name: Archive logs
uses: actions/upload-artifact@v3
with:
name: logs
name: test-end-to-end-logs
path: /home/runner/.out-of-tree/logs/out-of-tree.log
test-end-to-end-kernels:
@ -102,7 +102,7 @@ jobs:
- name: Archive logs
uses: actions/upload-artifact@v3
with:
name: logs
name: test-end-to-end-kernels-log
path: /home/runner/.out-of-tree/logs/out-of-tree.log
test-end-to-end-genall:
@ -126,5 +126,5 @@ jobs:
- name: Archive logs
uses: actions/upload-artifact@v3
with:
name: logs
name: test-end-to-end-genall-logs
path: /home/runner/.out-of-tree/logs/out-of-tree.log