ci: fix log names
This commit is contained in:
parent
be5f114694
commit
c3f6e90137
8
.github/workflows/ubuntu.yml
vendored
8
.github/workflows/ubuntu.yml
vendored
@ -74,8 +74,8 @@ jobs:
|
|||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: test-end-to-end-examples-logs
|
name: test-end-to-end-examples-${{ matrix.example.dir }}-logs
|
||||||
path: /home/runner/.out-of-tree/logs
|
path: ~/.out-of-tree/logs
|
||||||
|
|
||||||
test-end-to-end:
|
test-end-to-end:
|
||||||
name: E2E
|
name: E2E
|
||||||
@ -144,5 +144,5 @@ jobs:
|
|||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: test-end-to-end-${{ matrix.os.distro }}-${{ matrix.os.release }}-logs
|
name: test-end-to-end-${{ matrix.type }}-${{ matrix.os.distro }}-${{ matrix.os.release }}-logs
|
||||||
path: /home/runner/.out-of-tree/logs
|
path: ~/.out-of-tree/logs
|
||||||
|
Loading…
Reference in New Issue
Block a user