diff --git a/.github/workflows/generate-windows-packages-debug.yml b/.github/workflows/generate-windows-packages-debug.yml index 1cc37710..295f3f58 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.5 + uses: Minionguyjpro/Inno-Setup-Action@v1.2.6 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 2cb4dc1a..6f92f5a3 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.5 + uses: Minionguyjpro/Inno-Setup-Action@v1.2.6 with: path: tools/windows-installer/turing-system-monitor.iss options: /O+