mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
ci: add fromJson parsing to paths array
This commit is contained in:
parent
0539b553f6
commit
f555dbd551
2
.github/workflows/build_all_targets.yml
vendored
2
.github/workflows/build_all_targets.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user