Skip to content

Commit

Permalink
Update Inno installation path
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewMusser committed Jul 25, 2024
1 parent be5b9b4 commit 7f0d92e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
run: C:\Progra~1\InnoSetup\ISCC.exe .\utils\Setup.iss

0 comments on commit 7f0d92e

Please sign in to comment.