From 7f0d92ec9b3f47382f5739ec28f5f6d53af7dbf9 Mon Sep 17 00:00:00 2001 From: AndrewMusser Date: Thu, 25 Jul 2024 11:11:04 -0400 Subject: [PATCH] Update Inno installation path --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e2fb6e7..1d81a87 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: run: Invoke-WebRequest -Uri "https://jrsoftware.org/download.php/is.exe" -OutFile "is.exe" - name: Install Inno Setup silently - run: .\is.exe /verysilent /dir="C:\Program Files\Inno Setup" + run: .\is.exe /verysilent /dir="C:\Program Files\InnoSetup" - name: Run iscc against .iss file - run: C:\Progra~1\Inno Setup\ISCC.exe .\utils\Setup.iss \ No newline at end of file + run: C:\Progra~1\InnoSetup\ISCC.exe .\utils\Setup.iss \ No newline at end of file