Skip to content

Commit

Permalink
frameworkd: Build windows installer
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Schaefer <[email protected]>
  • Loading branch information
JohnAZoidberg committed Nov 13, 2024
1 parent 3f9b9c2 commit 10b14f3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,3 +188,13 @@ jobs:

- name: Run cargo doc
run: cargo doc

build-installer:
name: Build frameworkd Windows installer
runs-on: windows-latest
steps:
- name: Build installer
run: cargo wix -p frameworkd --nocapture -d

- name: Check output
run: dir target\wix

0 comments on commit 10b14f3

Please sign in to comment.