Typo in workflow file

This commit is contained in:
Christoph Stahl 2025-02-16 12:45:04 +01:00
parent 33d12db622
commit 0165ecd6f0

View file

@ -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