File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -101,25 +101,29 @@ jobs:
101101 with :
102102 path : build/cmder.zip
103103 name : cmder.zip
104+ archive : false
104105 if-no-files-found : error
105106
106107 - name : Upload artifact (cmder.7z)
107108 uses : actions/upload-artifact@v7
108109 with :
109110 path : build/cmder.7z
110111 name : cmder.7z
112+ archive : false
111113
112114 - name : Upload artifact (cmder_mini.zip)
113115 uses : actions/upload-artifact@v7
114116 with :
115117 path : build/cmder_mini.zip
116118 name : cmder_mini.zip
119+ archive : false
117120
118121 - name : Upload artifact (hashes.txt)
119122 uses : actions/upload-artifact@v7
120123 with :
121124 path : build/hashes.txt
122125 name : hashes.txt
126+ archive : false
123127
124128 - name : Summary - Artifacts uploaded
125129 if : success()
You can’t perform that action at this time.
0 commit comments