diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 499820179162..848b17b7480c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: Invoke-WebRequest -Uri https://github.com/Ijwu/Enemizer/releases/download/${Env:ENEMIZER_VERSION}/win-x64.zip -OutFile enemizer.zip Expand-Archive -Path enemizer.zip -DestinationPath EnemizerCLI -Force Invoke-WebRequest -Uri https://files.jrsoftware.org/is/6/innosetup-6.2.2.exe -OutFile innosetup.exe - & .\innosetup.exe /VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /ALLUSERS /LOG=".\innosetup.txt" + .\innosetup.exe /VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /ALLUSERS /LOG=".\innosetup.txt" cat innosetup.txt - name: Build run: |