diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 2cca135..05bc0a7 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -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