mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-12-21 03:50:50 +08:00
Quiet unzip
This commit is contained in:
parent
928540daf4
commit
81025ce2c4
2
.github/workflows/stable-release.yml
vendored
2
.github/workflows/stable-release.yml
vendored
@ -69,7 +69,7 @@ jobs:
|
||||
cd ..
|
||||
|
||||
curl --location https://www.nuget.org/api/v2/package/python/3.${{ inputs.python_minor }}.${{ inputs.python_patch }} -o python_nuget.zip
|
||||
unzip python_nuget.zip -d python_nuget
|
||||
unzip -q python_nuget.zip -d python_nuget
|
||||
cp -r python_nuget/tools/include python_embeded/
|
||||
cp -r python_nuget/tools/libs python_embeded/
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user