mirror of
https://github.com/wangdage12/Snap.Hutao.git
synced 2026-02-17 15:06:39 +08:00
Fix case sensitivity in Wix Toolset installation command
This commit is contained in:
2
.github/workflows/msi-build.yml
vendored
2
.github/workflows/msi-build.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
dotnet-version: 10.0.x
|
||||
|
||||
- name: Install Wix Toolset 4
|
||||
run: dotnet tool install --global WixToolset.Wix --version 4.0.1
|
||||
run: dotnet tool install --global WixToolset.wix --version 4.0.1
|
||||
|
||||
- name: Restore NuGet packages
|
||||
run: dotnet restore
|
||||
|
||||
Reference in New Issue
Block a user