Use cd instead of working-directory for Inno Setup
Some checks failed
Build and Release / build (push) Has been cancelled
Some checks failed
Build and Release / build (push) Has been cancelled
This commit is contained in:
@@ -32,9 +32,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Build Installer
|
- name: Build Installer
|
||||||
shell: cmd
|
shell: cmd
|
||||||
working-directory: DellMonitorControl
|
|
||||||
run: |
|
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
|
- name: Create Release
|
||||||
shell: powershell
|
shell: powershell
|
||||||
|
|||||||
Reference in New Issue
Block a user