diff --git a/.github/workflows/package-release.yml b/.github/workflows/package-release.yml index e87b7bb..f5ba3e0 100644 --- a/.github/workflows/package-release.yml +++ b/.github/workflows/package-release.yml @@ -108,7 +108,7 @@ jobs: if: github.event.inputs.download_artifacts == 'true' || github.event_name == 'push' shell: powershell run: | - Invoke-WebRequest -Uri "https://files.jrsoftware.org/is/6/innosetup-6.2.2.exe" -OutFile "innosetup.exe" + Invoke-WebRequest -Uri "https://files.jrsoftware.org/is/6/innosetup-6.5.3.exe" -OutFile "innosetup.exe" Start-Process -FilePath ".\innosetup.exe" -ArgumentList "/VERYSILENT", "/NORESTART", "/DIR=C:\InnoSetup" -Wait - name: Build Windows installer @@ -274,3 +274,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} +