From 0165ecd6f0031e8adc0c786f853082c270e0ddd4 Mon Sep 17 00:00:00 2001
From: Christoph Stahl <christoph.stahl@tu-dortmund.de>
Date: Sun, 16 Feb 2025 12:45:04 +0100
Subject: [PATCH] Typo in workflow file

---
 .github/workflows/windows.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml
index 8aa8a49..4f368a4 100644
--- a/.github/workflows/windows.yaml
+++ b/.github/workflows/windows.yaml
@@ -96,7 +96,7 @@ jobs:
           dotnet tool install --global wix
           wix extension add WixToolset.UI.wixext/5.0.2
       - 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/agpl-3.0.rtf work/install/dist/agpl-3.0.rtf
       - name: Build WiX on Windows