Fix stable workflow creating multiple draft releases. (#10067)

This commit is contained in:
comfyanonymous 2025-09-27 19:43:25 -07:00 committed by GitHub
parent 1364548c72
commit 555f902fc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -112,10 +112,9 @@ jobs:
ls
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
uses: softprops/action-gh-release@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ComfyUI_windows_portable_${{ inputs.rel_name }}.7z
tag: ${{ inputs.git_tag }}
overwrite: true
files: ComfyUI_windows_portable_${{ inputs.rel_name }}.7z
tag_name: ${{ inputs.git_tag }}
draft: true
overwrite_files: true