From c3f6e90137bdcb2d7bb00ed1a7ef20e2e72e0194 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Wed, 17 May 2023 11:42:31 +0000 Subject: [PATCH] ci: fix log names --- .github/workflows/ubuntu.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index b6d6c75..648fa3a 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -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