Skip to content

Commit

Permalink
fix the CI to look for logs in the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
maloel committed May 29, 2024
1 parent d9d2945 commit 7470105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildsCI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7470105

Please sign in to comment.