Skip to content

Commit a447f6a

Browse files
committed
Explicitly writing filenames
1 parent 72c9850 commit a447f6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ jobs:
120120
- name: Upload installer
121121
uses: actions/upload-artifact@v4
122122
with:
123-
name: ${{env.PROGNAME}}-installer-win64.exe
124-
path: gui/packaging/installer/*.exe
123+
name: installer-artifact
124+
path: gui/packaging/installer/${{env.PROGNAME}}-installer-win64.exe
125125

126126
# deploy Windows installer
127127
deploy-installer-windows:
@@ -133,7 +133,7 @@ jobs:
133133
- name: Download artifact
134134
uses: actions/download-artifact@v4
135135
with:
136-
name: ${{env.PROGNAME}}-installer-win64.exe
136+
name: installer-artifact
137137
path: ./
138138
- name: Upload Release Asset
139139
id: upload-release-asset

0 commit comments

Comments
 (0)