Skip to content

Commit 74f0499

Browse files
Update stable-release.yml
1 parent 7f38e4c commit 74f0499

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/stable-release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,12 @@ jobs:
101101
102102
cd ..
103103
104-
"C:\Program Files\7-Zip\7z.exe" a -t7z -m0=lzma2 -mx=9 -mfb=128 -md=768m -ms=on -mf=BCJ2 ComfyUI_windows_portable.7z ComfyUI_windows_portable
104+
"C:\Program Files\7-Zip\7z.exe" a -t7z -m0=lzma2 -mx=8 -ms=on -mf=BCJ2 ComfyUI_windows_portable.7z ComfyUI_windows_portable
105105
mv ComfyUI_windows_portable.7z ComfyUI/ComfyUI_windows_portable_${{ inputs.rel_name }}.7z
106106
107+
- shell: bash
108+
run: |
109+
cd ..
107110
cd ComfyUI_windows_portable
108111
python_embeded/python.exe -s ComfyUI/main.py --quick-test-for-ci --cpu
109112

0 commit comments

Comments
 (0)