mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-21 19:35:49 +08:00
fix windows workflow
This commit is contained in:
@@ -64,10 +64,12 @@ jobs:
|
||||
dotnet-version: "8.x"
|
||||
|
||||
- name: Install WiX Toolset
|
||||
shell: pwsh
|
||||
run: |
|
||||
dotnet tool install --global wix --version 4.0.5
|
||||
|
||||
- name: Install WiX UI Extension
|
||||
shell: pwsh
|
||||
run: |
|
||||
wix extension add --global WixToolset.UI.wixext/4.0.5
|
||||
wix extension list
|
||||
|
||||
Reference in New Issue
Block a user