We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ffb9073 + 9394ee3 commit cf9d743Copy full SHA for cf9d743
2 files changed
.github/workflows/generate-windows-packages-debug.yml
@@ -36,7 +36,7 @@ jobs:
36
"${{github.event.release.tag_name}}-debug" | Out-File ".\dist\turing-system-monitor\version.txt"
37
38
- name: Create InnoSetup installer from generated binaries
39
- uses: Minionguyjpro/Inno-Setup-Action@v1.2.5
+ uses: Minionguyjpro/Inno-Setup-Action@v1.2.6
40
with:
41
path: tools/windows-installer/turing-system-monitor.iss
42
options: /O+
.github/workflows/generate-windows-packages.yml
"${{github.event.release.tag_name}}" | Out-File ".\dist\turing-system-monitor\version.txt"
0 commit comments