We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 685520e commit 2211b8bCopy full SHA for 2211b8b
extra/build_all.sh
@@ -48,7 +48,7 @@ jq -cr '.[]' < ./extra/targets.json | while read -r item; do
48
if [ $result -eq 0 ] ; then
49
echo "- :white_check_mark: \`${variant}\`" >> "$GITHUB_STEP_SUMMARY"
50
else
51
- echo "^^^$(echo ${variant} | sed -e 's/./^/g')^^ FAILED with $result!"
+ echo "^^^^$(echo ${variant} | sed -e 's/./^/g')^^^^^ FAILED with $result!"
52
echo "- :x: \`${variant}\`" >> "$GITHUB_STEP_SUMMARY"
53
fi
54
0 commit comments