diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f230bd6..23703e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 \ No newline at end of file