Add makecerts.log to CI error artifacts

This commit is contained in:
Michał Trojnara 2022-11-28 17:52:44 +01:00
parent 7aca21b481
commit 3109bdf0ab

View File

@ -134,7 +134,9 @@ jobs:
if: failure() if: failure()
with: with:
name: errors-${{matrix.id}} name: errors-${{matrix.id}}
path: ${{github.workspace}}/build/Testing/Temporary/LastTest.log path: |
${{github.workspace}}/build/Testing/Temporary/LastTest.log
${{github.workspace}}/build/Testing/conf/makecerts.log
- name: Install - name: Install
run: cmake --install ${{github.workspace}}/build run: cmake --install ${{github.workspace}}/build