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