Skip to content

Commit 0db6aab

Browse files
Different base files for different release. (#10104)
1 parent 1673ace commit 0db6aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stable-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
102102
mkdir update
103103
cp -r ComfyUI/.ci/update_windows/* ./update/
104-
cp -r ComfyUI/.ci/windows_base_files/* ./
104+
cp -r ComfyUI/.ci/windows_${{ inputs.rel_name }}_base_files/* ./
105105
cp ../update_comfyui_and_python_dependencies.bat ./update/
106106
107107
cd ..

0 commit comments

Comments
 (0)