mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-04 17:00:11 -05:00
Add makecerts.log to CI error artifacts
This commit is contained in:
parent
7aca21b481
commit
3109bdf0ab
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user