mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-13 18:47:34 +08:00
ci: expand log files
This commit is contained in:
@@ -194,7 +194,10 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: failed-${{matrix.config.model}}-logs.zip
|
||||
path: logs/**/**/**/*.log # logs/date/vehicle/test/*.logs
|
||||
path: |
|
||||
logs/**/**/**/*.log
|
||||
logs/**/**/**/*.ulg
|
||||
log/**/*.ulg
|
||||
|
||||
# - name: Setup tmate session
|
||||
# if: failure()
|
||||
|
||||
Reference in New Issue
Block a user