mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-13 01:47:35 +08:00
ci: filename extension for logs download
This commit is contained in:
@@ -193,7 +193,7 @@ jobs:
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{matrix.config.model}}-logs
|
||||
name: failed-${{matrix.config.model}}-logs.zip
|
||||
path: logs/**/**/**/*.log # logs/date/vehicle/test/*.logs
|
||||
|
||||
- name: Look at Core files
|
||||
|
||||
Reference in New Issue
Block a user