Explicitly set wix version
This commit is contained in:
parent
ebc8dd18f5
commit
33d12db622
1 changed files with 1 additions and 1 deletions
2
.github/workflows/windows.yaml
vendored
2
.github/workflows/windows.yaml
vendored
|
@ -94,7 +94,7 @@ jobs:
|
||||||
- name: Install WiX
|
- name: Install WiX
|
||||||
run: |
|
run: |
|
||||||
dotnet tool install --global wix
|
dotnet tool install --global wix
|
||||||
wix extension add WixToolset.UI.wixext
|
wix extension add WixToolset.UI.wixext/5.0.2
|
||||||
- name: Copy wix file to dist
|
- name: Copy wix file to dist
|
||||||
run:
|
run:
|
||||||
Copy-Item -Verbose resources/windows/syng.wxs work/install/dist/syng.wxs
|
Copy-Item -Verbose resources/windows/syng.wxs work/install/dist/syng.wxs
|
||||||
|
|
Loading…
Add table
Reference in a new issue