From 6f11b785dfe2b40895cd2c9c360fa1f47f1f65cb Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Fri, 30 Dec 2022 23:37:53 +0530 Subject: [PATCH] Update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 2ab6ec2..e973906 100755 --- a/build.sh +++ b/build.sh @@ -83,7 +83,7 @@ do echo "Error building ${KERNEL_VERSION}-${ALTERNATIVE}" exit "${livecd_exitcode}" fi - ### Zip iso and split it into multiple parts - GitHub max size of release attachment is 2GB, where ISO is sometimes bigger than that + ## Zip iso and split it into multiple parts - GitHub max size of release attachment is 2GB, where ISO is sometimes bigger than that cd "${ROOT_PATH}" zip -s 1500m "${ROOT_PATH}/output/livecd-${KERNEL_VERSION}-${ALTERNATIVE}.zip" "${ROOT_PATH}/ubuntu-22.04-${KERNEL_VERSION}-${ALTERNATIVE}.iso" done