Fix Inno Setup paths
All checks were successful
Build and Release / build (push) Successful in 9h0m15s

This commit is contained in:
David H. Friedel Jr. 2026-01-04 07:57:27 -05:00
parent db9930f3b6
commit 7ad87a1398

View File

@ -32,8 +32,9 @@ jobs:
- name: Build Installer
shell: cmd
working-directory: DellMonitorControl
run: |
"C:\Program Files (x86)\Inno Setup 6\ISCC.exe" DellMonitorControl\MonitorControl.iss
"C:\Program Files (x86)\Inno Setup 6\ISCC.exe" MonitorControl.iss
- name: Create Release
shell: powershell