Skip to content

Commit

Permalink
Windows CI: Install wix globally, download the binary to appropriate …
Browse files Browse the repository at this point in the history
…directory
  • Loading branch information
j-chmielewski committed Apr 12, 2024
1 parent 452fcb6 commit 68283bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -311,9 +311,10 @@ jobs:
uses: actions/download-artifact@v4
with:
name: defguard-signed.msi
path: src-tauri/target/release/bundle/msi/defguard-client_${{ env.VERSION }}_x64_en-US.msi
- name: Bundle application
run: |
dotnet tool install wix
dotnet tool install --global wix
wix extension add WixToolset.Bal.wixext/4
wix build .\src-tauri\resources-windows\defguard-client.wxs -ext .\.wix\extensions\WixToolset.Bal.wixext\4\wixext4\WixToolset.Bal.wixext.dll
- name: Upload installer
Expand Down

0 comments on commit 68283bc

Please sign in to comment.