ci: add fromJson parsing to paths array

This commit is contained in:
Ramon Roche 2024-08-26 10:41:27 -07:00
parent 0539b553f6
commit f555dbd551
No known key found for this signature in database
GPG Key ID: 275988FAE5821713

View File

@ -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