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:
138
138
runs-on : windows-2022
139
139
strategy :
140
140
matrix :
141
- autoUpdate : [true]
141
+ autoUpdate : [true, false ]
142
142
steps :
143
143
- uses : actions/checkout@v4
144
144
with :
@@ -214,19 +214,19 @@ jobs:
214
214
if : matrix.autoUpdate == true
215
215
uses : actions/upload-artifact@v4
216
216
with :
217
- name : YUView-{{matrix.os}} -autoupdate.zip
217
+ name : YUView-windows-2022 -autoupdate.zip
218
218
path : artifacts
219
219
- name : Upload Artifact (Autoupdate disabled)
220
220
if : matrix.autoUpdate == false
221
221
uses : actions/upload-artifact@v4
222
222
with :
223
- name : YUView-{{matrix.os}} .zip
223
+ name : YUView-windows-2022 .zip
224
224
path : artifacts
225
225
- name : Upload Windows installer Artifact
226
226
if : matrix.autoUpdate == true
227
227
uses : actions/upload-artifact@v4
228
228
with :
229
- name : YUViewSetup .msi
229
+ name : YYUView-windows-2022 .msi
230
230
path : ./YUViewSetup.msi
231
231
- name : Release Zip
232
232
uses : softprops/action-gh-release@v1
You can’t perform that action at this time.
0 commit comments