diff --git a/.github/workflows/generate-windows-packages-debug.yml b/.github/workflows/generate-windows-packages-debug.yml index 295f3f58..c0a52f4b 100644 --- a/.github/workflows/generate-windows-packages-debug.yml +++ b/.github/workflows/generate-windows-packages-debug.yml @@ -36,7 +36,7 @@ jobs: "${{github.event.release.tag_name}}-debug" | Out-File ".\dist\turing-system-monitor\version.txt" - name: Create InnoSetup installer from generated binaries - uses: Minionguyjpro/Inno-Setup-Action@v1.2.6 + uses: Minionguyjpro/Inno-Setup-Action@v1.2.7 with: path: tools/windows-installer/turing-system-monitor.iss options: /O+ diff --git a/.github/workflows/generate-windows-packages.yml b/.github/workflows/generate-windows-packages.yml index 6f92f5a3..569c8537 100644 --- a/.github/workflows/generate-windows-packages.yml +++ b/.github/workflows/generate-windows-packages.yml @@ -36,7 +36,7 @@ jobs: "${{github.event.release.tag_name}}" | Out-File ".\dist\turing-system-monitor\version.txt" - name: Create InnoSetup installer from generated binaries - uses: Minionguyjpro/Inno-Setup-Action@v1.2.6 + uses: Minionguyjpro/Inno-Setup-Action@v1.2.7 with: path: tools/windows-installer/turing-system-monitor.iss options: /O+