mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-12-16 09:42:29 +08:00
Fix stable workflow creating multiple draft releases. (#10067)
This commit is contained in:
parent
1364548c72
commit
555f902fc1
9
.github/workflows/stable-release.yml
vendored
9
.github/workflows/stable-release.yml
vendored
@ -112,10 +112,9 @@ jobs:
|
|||||||
ls
|
ls
|
||||||
|
|
||||||
- name: Upload binaries to release
|
- name: Upload binaries to release
|
||||||
uses: svenstaro/upload-release-action@v2
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
files: ComfyUI_windows_portable_${{ inputs.rel_name }}.7z
|
||||||
file: ComfyUI_windows_portable_${{ inputs.rel_name }}.7z
|
tag_name: ${{ inputs.git_tag }}
|
||||||
tag: ${{ inputs.git_tag }}
|
|
||||||
overwrite: true
|
|
||||||
draft: true
|
draft: true
|
||||||
|
overwrite_files: true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user