mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-08-21 23:00:35 +08:00
ci: add fromJson parsing to paths array
This commit is contained in:
@@ -82,7 +82,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: px4_${{matrix.group}}_build_artifacts
|
||||
path: ${{ env.PATH_TO_TARGETS }}
|
||||
path: ${{ fromJson(env.PATH_TO_TARGETS) }}
|
||||
compression-level: 0
|
||||
|
||||
- name: ccache post-run
|
||||
|
||||
Reference in New Issue
Block a user