Skip to content

Commit

Permalink
update wix extensions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Mythra committed Apr 7, 2024
1 parent 6c70213 commit 87e120d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
cd installer-scripts/win/
dotnet --version
dotnet tool install --global wix
wix extension add WiXToolset.UI.wixext/4.0.4
wix extension add WiXToolset.Util.wixext/4.0.5
wix extension add WiXToolset.UI.wixext/5.0.0
wix extension add WiXToolset.Util.wixext/5.0.0
wix build sprig.wxs -ext WiXToolset.Util.wixext -ext WiXToolset.UI.wixext -defaultcompressionlevel high -arch "x64" -bindpath "../../"
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 87e120d

Please sign in to comment.