We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3a9012 + c1b95a5 commit 4e2f5b0Copy full SHA for 4e2f5b0
1 file changed
.github/workflows/release.yml
@@ -175,7 +175,7 @@ jobs:
175
# Build the installer using the same version as ZIP
176
- name: Build Inno Setup Installer
177
run: |
178
- ISCC.exe installer\StarMapInstaller.iss /dAppVersion=${{ needs.build.outputs.version }} /dOutputName=StarMap-${{ needs.build.outputs.version }}
+ ISCC.exe installer\WindowsInstaller.iss /dAppVersion=${{ needs.build.outputs.version }} /dOutputName=StarMap-${{ needs.build.outputs.version }}
179
180
# Attach installer to the release
181
- name: Attach installer to GitHub Release
0 commit comments