Skip to content

Commit 06a432b

Browse files
committed
(F: ap si ta)
1 parent 6d20f0d commit 06a432b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
) | \
193193
yq \
194194
--output-format json \
195-
'.[].artifacts' \
195+
'[.[].artifacts.[]]' \
196196
)"
197197
198198
# The build matrix produces two macOS jobs (x86 and ARM) so the channel files generated by each must be
@@ -211,7 +211,7 @@ jobs:
211211
echo "${{ env.BASE_BUILD_DATA }}" | \
212212
yq \
213213
--output-format json \
214-
'.[].artifacts' \
214+
'[.[].artifacts.[]]' \
215215
)"
216216
217217
merge_channel_files="false"

0 commit comments

Comments
 (0)