Update Wix Toolset version in workflow

This commit is contained in:
wangdage12
2025-11-26 19:36:30 +08:00
committed by GitHub
parent 4a9c3229a0
commit 4434d76e35

View File

@@ -19,7 +19,7 @@ jobs:
dotnet-version: 10.0.x
- name: Install Wix Toolset 4
run: dotnet tool install --global wix --version 6.0.2
run: dotnet tool install --global wix --version 4.0.1
- name: Restore NuGet packages
run: dotnet restore