Skip to content

Commit 00e679c

Browse files
Update stable-release.yml
1 parent f8c89b7 commit 00e679c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/stable-release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@ jobs:
6666
6767
6868
- name: Upload binaries to release
69-
uses: ncipollo/release-action@v1
69+
uses: softprops/action-gh-release@v2
7070
with:
71-
artifacts: ComfyUI_windows_portable_${{ inputs.rel_name }}.7z
72-
tag: ${{ inputs.git_tag }}
71+
files: ComfyUI_windows_portable_${{ inputs.rel_name }}.7z
72+
tag_name: ${{ inputs.git_tag }}
7373
draft: true
74+
overwrite_files: true

0 commit comments

Comments
 (0)