Skip to content

Commit b6312d1

Browse files
committed
hopefully fix
Signed-off-by: Adam Gutglick <adam@spiraldb.com>
1 parent e1233db commit b6312d1

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/sql-benchmarks.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,11 @@ jobs:
309309
else
310310
targets='${{ toJSON(matrix.develop_targets) }}'
311311
fi
312-
echo "targets_json=$targets" >> "$GITHUB_OUTPUT"
312+
{
313+
echo 'targets_json<<__TARGETS_JSON__'
314+
echo "$targets"
315+
echo '__TARGETS_JSON__'
316+
} >> "$GITHUB_OUTPUT"
313317
314318
- name: Build binaries
315319
shell: bash

0 commit comments

Comments
 (0)