diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0e84a72..ca1c3aa 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -29,7 +29,7 @@ jobs: - name: Build WiX on Windows run: | # Trying to set env variables for a simple command is like ???, now I truly understand the "Windows Sucks" mentality - cmd /C "set UNCIV_VERSION=4.12.14 && wix build .\unciv.wxs" + cmd /C "set UNCIV_VERSION=4.12.14&& wix build .\unciv.wxs" dir - name: Add generated binaries to artifact