Skip to content

Commit 8464c0f

Browse files
committed
fix: update artifact count check to include raw artifact
1 parent 73d41aa commit 8464c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/make_list_build_artifacts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ for feature in "${features[@]}"; do
1818
done
1919
done
2020

21-
if [ "${#artifacts[@]}" = 4 ] && [ -n "$(./parse_features --allow-frankenstein --feature-dir "features" --cname "$cname" platforms)" ]; then
21+
if [ "${#artifacts[@]}" = 5 ] && [ -n "$(./parse_features --allow-frankenstein --feature-dir "features" --cname "$cname" platforms)" ]; then
2222
artifacts+=(".build/$cname-$COMMIT.raw")
2323
fi
2424

0 commit comments

Comments
 (0)