[CI] Include workflow templates at build time (#2775)

This commit is contained in:
Chenlei Hu
2025-03-02 15:22:18 -05:00
committed by GitHub
parent 6303992f4e
commit 9431c955a6
110 changed files with 59 additions and 22016 deletions

View File

@@ -29,6 +29,7 @@ jobs:
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
run: |
npm ci
npm run fetch-templates
npm run build
npm run zipdist
- name: Upload dist artifact

View File

@@ -39,6 +39,7 @@ jobs:
- name: Build ComfyUI_frontend
run: |
npm ci
npm run fetch-templates
npm run build
working-directory: ComfyUI_frontend