From a4f5e8459da2cb934b98343391a9fc3a80d0885d Mon Sep 17 00:00:00 2001 From: Vasyl Skorych Date: Sun, 25 Feb 2024 23:23:31 +0100 Subject: [PATCH] ci: Add Run Installer --- .github/workflows/build_windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_windows.yml b/.github/workflows/build_windows.yml index 26565928..f1bb80f7 100644 --- a/.github/workflows/build_windows.yml +++ b/.github/workflows/build_windows.yml @@ -407,7 +407,7 @@ jobs: shell: pwsh run: | $InstallerFile = Resolve-Path "${{github.workspace}}\DyssolInstallers\Installers\Dyssol*.exe" - Start-Process -FilePath $InstallerFile -ArgumentList "/SP- /SILENT /SUPPRESSMSGBOXES" + Start-Process -FilePath $InstallerFile -ArgumentList "/SP- /SILENT /SUPPRESSMSGBOXES" -Wait - name: Upload Installer Artifact uses: actions/upload-artifact@v4