Typo in workflow file
This commit is contained in:
parent
33d12db622
commit
0165ecd6f0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/windows.yaml
vendored
2
.github/workflows/windows.yaml
vendored
|
@ -96,7 +96,7 @@ jobs:
|
||||||
dotnet tool install --global wix
|
dotnet tool install --global wix
|
||||||
wix extension add WixToolset.UI.wixext/5.0.2
|
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
|
||||||
Copy-Item -Verbose resources/windows/agpl-3.0.rtf work/install/dist/agpl-3.0.rtf
|
Copy-Item -Verbose resources/windows/agpl-3.0.rtf work/install/dist/agpl-3.0.rtf
|
||||||
- name: Build WiX on Windows
|
- name: Build WiX on Windows
|
||||||
|
|
Loading…
Add table
Reference in a new issue