From daa01332c940d07e7f75932c815077da9f81396d Mon Sep 17 00:00:00 2001 From: black-sliver <59490463+black-sliver@users.noreply.github.com> Date: Thu, 13 Jun 2024 18:59:51 +0200 Subject: [PATCH] slowly going mad --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |