2 Commits

Author SHA1 Message Date
4aba0049f5 Use cd instead of working-directory for Inno Setup
All checks were successful
Build and Release / build (push) Successful in 8h0m9s
2026-01-04 08:10:17 -05:00
7ad87a1398 Fix Inno Setup paths
All checks were successful
Build and Release / build (push) Successful in 9h0m15s
2026-01-04 07:57:27 -05:00

View File

@@ -33,7 +33,7 @@ jobs:
- name: Build Installer
shell: cmd
run: |
"C:\Program Files (x86)\Inno Setup 6\ISCC.exe" DellMonitorControl\MonitorControl.iss
cd DellMonitorControl && "C:\Program Files (x86)\Inno Setup 6\ISCC.exe" MonitorControl.iss
- name: Create Release
shell: powershell