From cb2ba99622157abdc25e4d516f170cc68895a01a Mon Sep 17 00:00:00 2001 From: EPICGameGuy Date: Sat, 30 Dec 2023 02:08:14 -0500 Subject: [PATCH] Whoops CI build doesnt produce a ISO --- compile.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compile.sh b/compile.sh index c41ca03..faeccb9 100755 --- a/compile.sh +++ b/compile.sh @@ -79,8 +79,8 @@ pushd dependencies/ps2gl/glut && make install -j$(nproc); popd echo "------Compiling ps2-engine------" -if [ ! "$1" ]; then +if [ ! "$1" ] || [ $1 != "deploy" ]; then make iso -j$(nproc) -elif [ $1 = "deploy" ]; then +else make deploy_iso -j$(nproc) fi \ No newline at end of file