File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ jobs:
138138 runs-on : windows-2022
139139 strategy :
140140 matrix :
141- autoUpdate : [true]
141+ autoUpdate : [true, false ]
142142 steps :
143143 - uses : actions/checkout@v4
144144 with :
@@ -214,19 +214,19 @@ jobs:
214214 if : matrix.autoUpdate == true
215215 uses : actions/upload-artifact@v4
216216 with :
217- name : YUView-{{matrix.os}} -autoupdate.zip
217+ name : YUView-windows-2022 -autoupdate.zip
218218 path : artifacts
219219 - name : Upload Artifact (Autoupdate disabled)
220220 if : matrix.autoUpdate == false
221221 uses : actions/upload-artifact@v4
222222 with :
223- name : YUView-{{matrix.os}} .zip
223+ name : YUView-windows-2022 .zip
224224 path : artifacts
225225 - name : Upload Windows installer Artifact
226226 if : matrix.autoUpdate == true
227227 uses : actions/upload-artifact@v4
228228 with :
229- name : YUViewSetup .msi
229+ name : YYUView-windows-2022 .msi
230230 path : ./YUViewSetup.msi
231231 - name : Release Zip
232232 uses : softprops/action-gh-release@v1
You can’t perform that action at this time.
0 commit comments