mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
workflows: file within docker not accessible
Therefore, let's try with v2-preview.
This commit is contained in:
@@ -58,13 +58,13 @@ jobs:
|
|||||||
run: gdb build/px4_sitl_default/bin/px4 px4.core -ex "thread apply all bt" -ex "quit"
|
run: gdb build/px4_sitl_default/bin/px4 px4.core -ex "thread apply all bt" -ex "quit"
|
||||||
- name: Upload px4 coredump
|
- name: Upload px4 coredump
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v2-preview
|
||||||
with:
|
with:
|
||||||
name: coredump
|
name: coredump
|
||||||
path: px4.core
|
path: px4.core
|
||||||
- name: Upload px4 binary
|
- name: Upload px4 binary
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v2-preview
|
||||||
with:
|
with:
|
||||||
name: binary
|
name: binary
|
||||||
path: build/px4_sitl_default/bin/px4
|
path: build/px4_sitl_default/bin/px4
|
||||||
|
|||||||
Reference in New Issue
Block a user