diff --git a/.github/workflows/generate-windows-packages-debug.yml b/.github/workflows/generate-windows-packages-debug.yml index 0bcaf5842..b86e52258 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.8 + uses: Minionguyjpro/Inno-Setup-Action@v1.2.9 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 c9c7e1016..237dc4cbc 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.8 + uses: Minionguyjpro/Inno-Setup-Action@v1.2.9 with: path: tools/windows-installer/turing-system-monitor.iss options: /O+