Skip to content

Commit 896f2e6

Browse files
Fix typo in release workflow. (comfyanonymous#10066)
1 parent 40ae495 commit 896f2e6

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
@@ -71,7 +71,7 @@ jobs:
7171
./python.exe get-pip.py
7272
./python.exe -s -m pip install ../${{ inputs.cache_tag }}_python_deps/*
7373
74-
grep comfyui ../ComfyUI/requirements.txt ./requirements_comfyui.txt
74+
grep comfyui ../ComfyUI/requirements.txt > ./requirements_comfyui.txt
7575
./python.exe -s -m pip install -r requirements_comfyui.txt
7676
rm requirements_comfyui.txt
7777

0 commit comments

Comments
 (0)