From 86dbb791a9461c95919c1f4c8f9ee11e6d87d9bb Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Sun, 28 Jul 2024 15:58:24 +0300 Subject: [PATCH] Damn you --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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