diff --git a/build_action.sh b/build_action.sh
index a9c7103..aeb0f87 100644
--- a/build_action.sh
+++ b/build_action.sh
@@ -52,7 +52,6 @@ cd linux-"$VERSION" || exit
 # 使用 deepin hwe config编译
 if [[ $2 == 1 ]]; then
     cp ../config-6.1.11-amd64-desktop-hwe .config
-    exit
 else
     cp ../config .config
 fi