Use cd instead of working-directory for Inno Setup
All checks were successful
Build and Release / build (push) Successful in 8h0m9s
All checks were successful
Build and Release / build (push) Successful in 8h0m9s
This commit is contained in:
parent
7ad87a1398
commit
4aba0049f5
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user