Skip to content

Commit 4e2f5b0

Browse files
authored
Merge pull request #31 from StarMapLoader/dev
Fix installer pipeline
2 parents b3a9012 + c1b95a5 commit 4e2f5b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
# Build the installer using the same version as ZIP
176176
- name: Build Inno Setup Installer
177177
run: |
178-
ISCC.exe installer\StarMapInstaller.iss /dAppVersion=${{ needs.build.outputs.version }} /dOutputName=StarMap-${{ needs.build.outputs.version }}
178+
ISCC.exe installer\WindowsInstaller.iss /dAppVersion=${{ needs.build.outputs.version }} /dOutputName=StarMap-${{ needs.build.outputs.version }}
179179
180180
# Attach installer to the release
181181
- name: Attach installer to GitHub Release

0 commit comments

Comments
 (0)