Run release build before building running the dist scripts

This commit is contained in:
Savanni D'Gerinel 2023-10-05 12:30:18 -04:00
parent 672e5aeaa1
commit 436b0c3a0d
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ build_dist() {
for target in $TARGETS; do
if [ -f $target/dist.sh ]; then
build_rust_targets release ${TARGETS[*]}
cd $target && ./dist.sh
fi
done