From 60f6f2b010e1d72feeb045bf748ddc88c380b24b Mon Sep 17 00:00:00 2001 From: elzik <23397871+elzik@users.noreply.github.com> Date: Sat, 28 Oct 2023 19:56:30 +0100 Subject: [PATCH] Include MSI in release --- .github/workflows/continuous-integration.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index b58fc21..cec71d5 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -57,3 +57,5 @@ jobs: tag_name: ${{ env.GitVersion_SemVer }} generate_release_notes: true prerelease: ${{ github.ref_name != 'main' }} + files: /Installer/Elzik.FmSync.WindowsInstaller/bin/x64/Release/en-US/Elzik.FmSync.WindowsInstaller.msi +