Skip to content

Commit

Permalink
update build actionx3
Browse files Browse the repository at this point in the history
  • Loading branch information
bigboybamo committed Nov 30, 2024
1 parent 8a68b32 commit f40fe94
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f40fe94

Please sign in to comment.