We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c9850 commit a447f6aCopy full SHA for a447f6a
.github/workflows/build.yml
@@ -120,8 +120,8 @@ jobs:
120
- name: Upload installer
121
uses: actions/upload-artifact@v4
122
with:
123
- name: ${{env.PROGNAME}}-installer-win64.exe
124
- path: gui/packaging/installer/*.exe
+ name: installer-artifact
+ path: gui/packaging/installer/${{env.PROGNAME}}-installer-win64.exe
125
126
# deploy Windows installer
127
deploy-installer-windows:
@@ -133,7 +133,7 @@ jobs:
133
- name: Download artifact
134
uses: actions/download-artifact@v4
135
136
137
path: ./
138
- name: Upload Release Asset
139
id: upload-release-asset
0 commit comments