From 4051833f43a06f4807db2c2014c5fee11f35ecaa Mon Sep 17 00:00:00 2001 From: Anton Benkevich Date: Wed, 21 Apr 2021 19:27:29 +0100 Subject: [PATCH] Add msi build --- .github/workflows/windows_build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/windows_build.yml b/.github/workflows/windows_build.yml index 54eea93..c19515d 100644 --- a/.github/workflows/windows_build.yml +++ b/.github/workflows/windows_build.yml @@ -40,6 +40,8 @@ jobs: powershell scripts/windows/load_sign_cert.ps1 powershell scripts/windows/sign_cli.ps1 powershell scripts/windows/build_inno_setup.ps1 + mv dist\alcli*.msi dist\alcli_setup.msi + powershell scripts/windows/sign_cli_msi.ps1 - name: Upload Release executable setup id: upload-exe-asset uses: actions/upload-release-asset@v1