diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 0c6a5cb..35d931d 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -45,9 +45,10 @@ jobs: dir DellMonitorControl\bin\Release\net9.0-windows - name: Build Installer - shell: cmd + shell: powershell 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 shell: powershell