Fix Inno Setup path issue - use PowerShell Set-Location
All checks were successful
Build and Release / build (push) Successful in 9h0m9s

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
David H. Friedel Jr. 2026-01-04 08:20:38 -05:00
parent a408b0fd27
commit cfac39a838

View File

@ -45,9 +45,10 @@ jobs:
dir DellMonitorControl\bin\Release\net9.0-windows
- name: Build Installer
shell: cmd
shell: powershell
run: |
cd DellMonitorControl && "C:\Program Files (x86)\Inno Setup 6\ISCC.exe" MonitorControl.iss
Set-Location DellMonitorControl
& "C:\Program Files (x86)\Inno Setup 6\ISCC.exe" MonitorControl.iss
- name: Create Release
shell: powershell