Skip to content

Commit

Permalink
Update the mechanism for installing Inno setup
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewMusser committed Jul 25, 2024
1 parent 2c596dd commit de06b02
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ jobs:
submodules: true
token: ${{ secrets.GH_LPM_ASPYTHON_TOKEN }}

- name: Download + Install Inno
uses: pwall2222/[email protected]
- name: Download Inno Setup installer
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\InnoSetup"

- name: Create the EXE Installer
working-directory: ./utils
Expand Down

0 comments on commit de06b02

Please sign in to comment.