Skip to content

Commit

Permalink
Upload logs after build failure (#4939)
Browse files Browse the repository at this point in the history
* upload the error logs to artifact repository

* fix yaml error
  • Loading branch information
jtrmal committed Sep 16, 2024
1 parent 23e8653 commit 61b68b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ jobs:
- name: upload logs if failure
if: ${{ failure() }}
uses: actions/upload-artifact@v4
with:
name: fail-logs
path: ${{ github.workspace }}/src/**/*testlog

0 comments on commit 61b68b6

Please sign in to comment.