Fix Inno Setup path issue - use PowerShell Set-Location
Some checks failed
Build and Release / build (push) Has been cancelled
Some checks failed
Build and Release / build (push) Has been cancelled
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -45,9 +45,10 @@ jobs:
|
|||||||
dir DellMonitorControl\bin\Release\net9.0-windows
|
dir DellMonitorControl\bin\Release\net9.0-windows
|
||||||
|
|
||||||
- name: Build Installer
|
- name: Build Installer
|
||||||
shell: cmd
|
shell: powershell
|
||||||
run: |
|
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
|
- name: Create Release
|
||||||
shell: powershell
|
shell: powershell
|
||||||
|
|||||||
Reference in New Issue
Block a user