We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d41aa commit 8464c0fCopy full SHA for 8464c0f
builder/make_list_build_artifacts
@@ -18,7 +18,7 @@ for feature in "${features[@]}"; do
18
done
19
20
21
-if [ "${#artifacts[@]}" = 4 ] && [ -n "$(./parse_features --allow-frankenstein --feature-dir "features" --cname "$cname" platforms)" ]; then
+if [ "${#artifacts[@]}" = 5 ] && [ -n "$(./parse_features --allow-frankenstein --feature-dir "features" --cname "$cname" platforms)" ]; then
22
artifacts+=(".build/$cname-$COMMIT.raw")
23
fi
24
0 commit comments