178 bug borderline race condition (#179)

* Add assets files

* Prepare release 2.6.2
This commit is contained in:
Hayden
2025-04-21 17:17:28 +08:00
committed by GitHub
parent 4472357537
commit 3cfbb5ac0e
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ jobs:
run: |
pnpm install
pnpm run build
tar -czf dist.tar.gz py/ web/ __init__.py LICENSE pyproject.toml requirements.txt
tar -czf dist.tar.gz assets/ py/ web/ __init__.py LICENSE pyproject.toml requirements.txt
- name: Create release draft
uses: softprops/action-gh-release@v2

View File

@@ -1,7 +1,7 @@
[project]
name = "comfyui-model-manager"
description = "Manage models: browsing, download and delete."
version = "2.6.1"
version = "2.6.2"
license = { file = "LICENSE" }
dependencies = ["markdownify"]