Skip to content

Commit bb3e736

Browse files
Add GitHub CI artifact for log files (#2840)
The output from the tools invoked by genmdl (and rendermdl) is redirected to separate log files. This output is not visible in the regular CTest output and/or job log and makes it difficult to debug failures. The new artifact includes all *.txt files in build/bin.
1 parent 3bb1552 commit bb3e736

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,13 @@ jobs:
373373
path: build/**/*.perfetto-trace
374374
if-no-files-found: ignore
375375

376+
- name: Upload Log Files
377+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
378+
if: always()
379+
with:
380+
name: Log_files_${{ matrix.name }}
381+
path: build/bin/**/*.txt
382+
376383
javascript:
377384
name: JavaScript
378385
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)