Skip to content

Commit

Permalink
Build Windows installer
Browse files Browse the repository at this point in the history
  • Loading branch information
elzik committed Oct 20, 2023
1 parent 3d759c3 commit d4bdd6a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,8 @@ jobs:
gist_id: 527882e89a938dc78f61a08c300edec4
gist_description: "code-coverage-${{ github.ref_name }}"
gist_file_name: fmsync-code-coverage-${{ github.ref_name }}.svg
file_path: tests/TestResults/badge_shieldsio_linecoverage_green.svg
file_path: tests/TestResults/badge_shieldsio_linecoverage_green.svg
- name: Build Windows Installer
if: github.event_name != 'pull_request' && matrix.os == 'windows-latest'
run: ./Build/build-windows-installer.ps1
shell: pwsh

0 comments on commit d4bdd6a

Please sign in to comment.