diff --git a/.github/workflows/mac-dependencies.yml b/.github/workflows/mac-dependencies.yml index c533a13..80169b8 100644 --- a/.github/workflows/mac-dependencies.yml +++ b/.github/workflows/mac-dependencies.yml @@ -56,7 +56,7 @@ jobs: git clone https://github.com/comfyanonymous/ComfyUI --depth 1 cp ComfyUI.spec ComfyUI/ cd ComfyUI - pyinstaller ComfyUI.spec + pyinstaller ComfyUI.spec --onefile tar -czf mac_arm_python_env.tar.gz dist - name: Get current date