Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dda6bf1002 | |||
| 821f119547 | |||
| a33430faa0 | |||
| 401d717adf |
@@ -45,10 +45,25 @@ jobs:
|
||||
dir DellMonitorControl\bin\Release\net9.0-windows
|
||||
|
||||
- name: Build Installer
|
||||
shell: powershell
|
||||
shell: cmd
|
||||
working-directory: DellMonitorControl
|
||||
run: |
|
||||
Set-Location DellMonitorControl
|
||||
& "C:\Program Files (x86)\Inno Setup 6\ISCC.exe" MonitorControl.iss
|
||||
echo Current directory:
|
||||
cd
|
||||
echo.
|
||||
echo ISS file exists:
|
||||
if exist MonitorControl.iss (echo YES) else (echo NO)
|
||||
echo.
|
||||
echo Creating installer directory...
|
||||
mkdir installer 2>nul
|
||||
echo.
|
||||
echo Running Inno Setup...
|
||||
"C:\Program Files (x86)\Inno Setup 6\ISCC.exe" MonitorControl.iss
|
||||
echo.
|
||||
echo ISCC exit code: %ERRORLEVEL%
|
||||
echo.
|
||||
echo Installer directory contents:
|
||||
dir installer
|
||||
|
||||
- name: Create Release
|
||||
shell: powershell
|
||||
|
||||
Reference in New Issue
Block a user