update publish workflow to include comfyui workflows files

master
Abdullah Alfaraj 2023-11-30 19:08:10 +03:00
parent 0179afa402
commit 5d413ecd5d
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ const zipList = [
'./*.md',
'./*.png',
'./presets/**/*',
'./typescripts/comfyui/**/*.json',
]
const zipfile = new yazl.ZipFile()