From 6dba24cde168508b2ba8e30c94ec503ed18b07fb Mon Sep 17 00:00:00 2001 From: Nir Azkiel Date: Tue, 28 May 2024 17:00:41 +0300 Subject: [PATCH] fix log path --- .github/workflows/buildsCI.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildsCI.yaml b/.github/workflows/buildsCI.yaml index 8e52fc1a7c5..34337264886 100644 --- a/.github/workflows/buildsCI.yaml +++ b/.github/workflows/buildsCI.yaml @@ -300,7 +300,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: Log file - U22_ST_Py_EX_CfU_LiveTest - path: build/*.log + path: build/${{env.LRS_RUN_CONFIG}}/*.log - name: Provide correct exit status for job shell: bash @@ -503,7 +503,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: Log file - U22_SH_RSUSB_LiveTest - path: build/*.log + path: build/${{env.LRS_BUILD_CONFIG}}/*.log - name: Provide correct exit status for job shell: bash