diff options
| author | Michael Rogov Papernov <[email protected]> | 2026-01-24 13:06:56 +0000 |
|---|---|---|
| committer | Michael Rogov Papernov <[email protected]> | 2026-01-24 15:13:25 +0000 |
| commit | 697fdca69d7a1df0cc63b0af47ff66459af9367a (patch) | |
| tree | a42ef5bed07c5e5292451e3fd4e640f402ba780d /.github/workflows/build_util.yml | |
| parent | 5ad42064ea544080d47c893dafb1b41447ab9f32 (diff) | |
restructure targets file
Diffstat (limited to '.github/workflows/build_util.yml')
| -rw-r--r-- | .github/workflows/build_util.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_util.yml b/.github/workflows/build_util.yml index e0fef7ce4..e62c10ca1 100644 --- a/.github/workflows/build_util.yml +++ b/.github/workflows/build_util.yml @@ -78,7 +78,7 @@ jobs: run: | for dir in cmake-build/cmake-build-*; do board=$(basename "$dir" | sed 's/cmake-build-//') - ld_path=$(jq -r --arg b "$board" '.[] | select(.board == $b) | .ld // empty' .github/membrowse-targets.json) + ld_path=$(jq -r --arg b "$board" '.targets[] | select(.board == $b) | .ld // empty' .github/membrowse-targets.json) if [ -n "$ld_path" ] && [ -f "$ld_path" ]; then mkdir -p "cmake-build/$(dirname "$ld_path")" cp "$ld_path" "cmake-build/$ld_path" |
