Skip to content

Commit cd7ef14

Browse files
author
Christian Feldmann
committed
Correct path
1 parent 14f2d28 commit cd7ef14

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/Build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)