Update workflows

This commit is contained in:
space-nuko
2023-05-04 22:14:49 -05:00
parent 60013d3dcf
commit 2fee2bb9d6

View File

@@ -54,9 +54,3 @@ jobs:
run: | run: |
pnpm build:css pnpm build:css
pnpm build pnpm build
- uses: actions/upload-artifact@v3
with:
name: ComfyBox-dist
path: dist/
if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`