From f40fe948d9f156a131e8789d8e69bd8aae3d00be Mon Sep 17 00:00:00 2001 From: Bamiji Oyetubo <60369677+bigboybamo@users.noreply.github.com> Date: Sat, 30 Nov 2024 16:52:22 +0100 Subject: [PATCH] update build actionx3 --- .github/workflows/build-check.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build-check.yml b/.github/workflows/build-check.yml index 30ae4b9..f646def 100644 --- a/.github/workflows/build-check.yml +++ b/.github/workflows/build-check.yml @@ -23,6 +23,11 @@ jobs: - name: Build WinForms Project run: msbuild TextToSpeech/TextToSpeech.csproj /p:Configuration=Release + - name: Copy EULA file to output directory + run: | + mkdir "$(Build.BinariesDirectory)\TextToSpeechInstaller" + copy "TextToSpeechInstaller\Eula-en.rtf" "$(Build.BinariesDirectory)\TextToSpeechInstaller\Eula-en.rtf" + # Step 2: Build the Wix Installer project - name: Build Wix Installer Project run: msbuild TextToSpeechInstaller/TextToSpeechInstaller.wixproj /p:Configuration=Release