CI: include both log paths in fail logs

This commit is contained in:
Andrew Tridgell 2021-05-06 10:28:38 +10:00
parent 901978a9b3
commit 135b79d746
5 changed files with 18 additions and 6 deletions

View File

@ -113,7 +113,9 @@ jobs:
if: failure()
with:
name: fail-${{matrix.config}}
path: /tmp/buildlogs
path: |
/tmp/buildlogs
/__w/ardupilot/ardupilot/logs
retention-days: 14
- name: Archive .bin artifacts
@ -214,7 +216,9 @@ jobs:
if: failure()
with:
name: fail-${{matrix.config}}
path: /tmp/buildlogs
path: |
/tmp/buildlogs
/__w/ardupilot/ardupilot/logs
retention-days: 14
- name: Archive .bin artifacts

View File

@ -108,7 +108,9 @@ jobs:
if: failure()
with:
name: fail-${{matrix.config}}
path: /tmp/buildlogs
path: |
/tmp/buildlogs
/__w/ardupilot/ardupilot/logs
retention-days: 14
- name: Archive .bin artifacts

View File

@ -108,7 +108,9 @@ jobs:
if: failure()
with:
name: fail-${{matrix.config}}
path: /tmp/buildlogs
path: |
/tmp/buildlogs
/__w/ardupilot/ardupilot/logs
retention-days: 14
- name: Archive .bin artifacts

View File

@ -107,7 +107,9 @@ jobs:
if: failure()
with:
name: fail-${{matrix.config}}
path: /tmp/buildlogs
path: |
/tmp/buildlogs
/__w/ardupilot/ardupilot/logs
retention-days: 14
- name: Archive .bin artifacts

View File

@ -107,7 +107,9 @@ jobs:
if: failure()
with:
name: fail-${{matrix.config}}
path: /tmp/buildlogs
path: |
/tmp/buildlogs
/__w/ardupilot/ardupilot/logs
retention-days: 14
- name: Archive .bin artifacts