From 20305d7ff87f31c2006ef39d80cd050b84036d91 Mon Sep 17 00:00:00 2001 From: Npepperlinux Date: Mon, 12 Feb 2024 14:38:01 +0900 Subject: [PATCH] =?UTF-8?q?(workflow)=20Update=20Minionguyjpro/Inno-Setup-?= =?UTF-8?q?Action=20v1.2.3=20=E2=86=92=20v1.2.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/windows_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows_deploy.yml b/.github/workflows/windows_deploy.yml index 63949fc21..07392bc74 100644 --- a/.github/workflows/windows_deploy.yml +++ b/.github/workflows/windows_deploy.yml @@ -39,7 +39,7 @@ jobs: curl -o ${{ env.builddir }}\Korean.isl https://raw.githubusercontent.com/jrsoftware/issrc/main/Files/Languages/Korean.isl - name: Compile .ISS to .EXE Installer - uses: Minionguyjpro/Inno-Setup-Action@v1.2.3 + uses: Minionguyjpro/Inno-Setup-Action@v1.2.4 with: path: windows/innosetup.iss options: /dMyAppVersion="${{ env.version }}" /dMyWorkDir="${{ env.builddir }}"