Skip to content

Commit 90c37c2

Browse files
authored
Update build.sh
1 parent 157f322 commit 90c37c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ if [ $DEPLOY_OUT -eq 1 ]; then
248248
fi
249249

250250
# archive the build
251-
if [ $ARCHIVE_OUT -eq 1 ]; then
252-
./tools/archive-build.sh "$TARGET"
251+
if [ "$BUILD_TYPE" = "all" ]; then
252+
./tools/archive-build.sh
253253
if [ $? -ne 0 ]; then exit 1; fi
254254
fi

0 commit comments

Comments
 (0)