diff --git a/.github/workflows/buildAndDeploy.yml b/.github/workflows/buildAndDeploy.yml
index 0ae4b7424b..8db9593f59 100644
--- a/.github/workflows/buildAndDeploy.yml
+++ b/.github/workflows/buildAndDeploy.yml
@@ -231,7 +231,7 @@ jobs:
uses: microsoft/setup-msbuild@v2
- name: Unzip unciv file
- run: | # The relative folders in wxs files are relative to the file itself
+ run: |
mkdir .github/workflows/wix-msi-files
tar -xf Unciv-Windows64.zip -C .github/workflows/wix-msi-files
dir .github/workflows/wix-msi-files
diff --git a/.github/workflows/unciv.wxs b/.github/workflows/unciv.wxs
index 4457c0e241..2e761d1247 100644
--- a/.github/workflows/unciv.wxs
+++ b/.github/workflows/unciv.wxs
@@ -20,12 +20,15 @@
+ Source=".github/workflows/wix-msi-files/Unciv.exe">
+
+