Skip to content

Commit 2211b8b

Browse files
committed
failed cleanup
1 parent 685520e commit 2211b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: extra/build_all.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jq -cr '.[]' < ./extra/targets.json | while read -r item; do
4848
if [ $result -eq 0 ] ; then
4949
echo "- :white_check_mark: \`${variant}\`" >> "$GITHUB_STEP_SUMMARY"
5050
else
51-
echo "^^^$(echo ${variant} | sed -e 's/./^/g')^^ FAILED with $result!"
51+
echo "^^^^$(echo ${variant} | sed -e 's/./^/g')^^^^^ FAILED with $result!"
5252
echo "- :x: \`${variant}\`" >> "$GITHUB_STEP_SUMMARY"
5353
fi
5454
fi

0 commit comments

Comments
 (0)