File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 28
28
required : true
29
29
type : string
30
30
default : " nvidia"
31
+ rel_extra_name :
32
+ description : ' Release extra name'
33
+ required : false
34
+ type : string
35
+ default : " "
31
36
test_release :
32
37
description : ' Test Release'
33
38
required : true
@@ -107,7 +112,7 @@ jobs:
107
112
cd ..
108
113
109
114
"C:\Program Files\7-Zip\7z.exe" a -t7z -m0=lzma2 -mx=9 -mfb=128 -md=768m -ms=on -mf=BCJ2 ComfyUI_windows_portable.7z ComfyUI_windows_portable
110
- mv ComfyUI_windows_portable.7z ComfyUI/ComfyUI_windows_portable_${{ inputs.rel_name }}.7z
115
+ mv ComfyUI_windows_portable.7z ComfyUI/ComfyUI_windows_portable_${{ inputs.rel_name }}${{ inputs.rel_extra_name }} .7z
111
116
112
117
- shell : bash
113
118
if : ${{ inputs.test_release }}
@@ -123,7 +128,7 @@ jobs:
123
128
- name : Upload binaries to release
124
129
uses : softprops/action-gh-release@v2
125
130
with :
126
- files : ComfyUI_windows_portable_${{ inputs.rel_name }}.7z
131
+ files : ComfyUI_windows_portable_${{ inputs.rel_name }}${{ inputs.rel_extra_name }} .7z
127
132
tag_name : ${{ inputs.git_tag }}
128
133
draft : true
129
134
overwrite_files : true
You can’t perform that action at this time.
0 commit comments