From c1b95a59126b0c2022df55d4c8695a576adcef62 Mon Sep 17 00:00:00 2001 From: KlaasWhite Date: Mon, 17 Nov 2025 22:41:50 +0100 Subject: [PATCH] Fix installer pipeline --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 781bd0f..00dd80d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -175,7 +175,7 @@ jobs: # Build the installer using the same version as ZIP - name: Build Inno Setup Installer run: | - 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 }} # Attach installer to the release - name: Attach installer to GitHub Release