2
0

Use cd instead of working-directory for Inno Setup
Some checks failed
Build and Release / build (push) Has been cancelled

This commit is contained in:
2026-01-04 08:10:17 -05:00
parent 7ad87a1398
commit 4aba0049f5

View File

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