Skip to content

Commit

Permalink
ci files
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Dec 10, 2024
1 parent 1e881b1 commit d09a6dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 42 deletions.
41 changes: 0 additions & 41 deletions .github/workflows/build-no-3d.yml

This file was deleted.

5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,17 @@ jobs:

- name: Stage 1 Gathering Dependencies
shell: bash
working-directory: builder
run: bash stage1.sh

- name: Stage 2 Assembling Repositories
shell: bash
working-directory: builder
run: bash stage2.sh

- name: Stage 3 Compressing Package
shell: cmd
working-directory: builder
run: stage3.bat

- name: Upload archive to release
Expand All @@ -32,7 +35,7 @@ jobs:
# You don't need to cofigure it
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: "ComfyUI_Windows_portable_cu124.7z*"
file: "builder/ComfyUI_Windows_portable_cu124.7z*"
# always draft before release
draft: true
overwrite: true

0 comments on commit d09a6dd

Please sign in to comment.