Skip to content

Commit

Permalink
Try using the iscc EXE directly
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewMusser committed Jul 25, 2024
1 parent 7f0d92e commit d5f0f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
run: .\is.exe /verysilent /dir="C:\Program Files\InnoSetup"

- name: Run iscc against .iss file
run: C:\Progra~1\InnoSetup\ISCC.exe .\utils\Setup.iss
run: iscc .\utils\Setup.iss

0 comments on commit d5f0f1e

Please sign in to comment.