Skip to content

Commit 61b68b6

Browse files
authored
Upload logs after build failure (#4939)
* upload the error logs to artifact repository * fix yaml error
1 parent 23e8653 commit 61b68b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@ jobs:
4141
- name: upload logs if failure
4242
if: ${{ failure() }}
4343
uses: actions/upload-artifact@v4
44+
with:
4445
name: fail-logs
4546
path: ${{ github.workspace }}/src/**/*testlog

0 commit comments

Comments
 (0)