diff --git a/.github/workflows/release_sync_gitee.py b/.github/workflows/release_sync_gitee.py index eaed6af2..bacfda72 100644 --- a/.github/workflows/release_sync_gitee.py +++ b/.github/workflows/release_sync_gitee.py @@ -265,6 +265,7 @@ def main(): except Exception as e: logging.fatal(str(e)) + exit(1) finally: if os.path.exists(TEMP_DIR):