From 74701056173f9415074c550a188f3b41d70c604d Mon Sep 17 00:00:00 2001 From: Eran Date: Wed, 29 May 2024 13:57:27 +0300 Subject: [PATCH] fix the CI to look for logs in the right place --- .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 4e465294a4..78189a85ec 100644 --- a/.github/workflows/buildsCI.yaml +++ b/.github/workflows/buildsCI.yaml @@ -300,7 +300,7 @@ jobs: uses: actions/upload-artifact@v3 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@v3 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