From b1c7291569daaeec34ccf6df25d57886eb73d98e Mon Sep 17 00:00:00 2001 From: comfyanonymous <121283862+comfyanonymous@users.noreply.github.com> Date: Wed, 30 Apr 2025 11:18:20 -0700 Subject: [PATCH 1/2] Test updater in the windows release workflow. (#7886) --- .github/workflows/windows_release_package.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/windows_release_package.yml b/.github/workflows/windows_release_package.yml index 80a45b321543..3926a65f399c 100644 --- a/.github/workflows/windows_release_package.yml +++ b/.github/workflows/windows_release_package.yml @@ -88,6 +88,8 @@ jobs: cd ComfyUI_windows_portable python_embeded/python.exe -s ComfyUI/main.py --quick-test-for-ci --cpu + python_embeded/python.exe -s ./update/update.py ComfyUI/ + ls - name: Upload binaries to release From 39c27a37052b5e18850a6c63cd0a4b92131db3ba Mon Sep 17 00:00:00 2001 From: comfyanonymous <121283862+comfyanonymous@users.noreply.github.com> Date: Wed, 30 Apr 2025 11:42:18 -0700 Subject: [PATCH 2/2] Add updater test to stable release workflow. (#7887) --- .github/workflows/stable-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/stable-release.yml b/.github/workflows/stable-release.yml index c4302cdd665d..a046ff9eaca8 100644 --- a/.github/workflows/stable-release.yml +++ b/.github/workflows/stable-release.yml @@ -91,6 +91,8 @@ jobs: cd ComfyUI_windows_portable python_embeded/python.exe -s ComfyUI/main.py --quick-test-for-ci --cpu + python_embeded/python.exe -s ./update/update.py ComfyUI/ + ls - name: Upload binaries to release