From c4b659ba699a68432d5e8f7d808d51f0e03a8889 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Sun, 28 Jul 2024 16:05:50 +0300 Subject: [PATCH] . --- .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 6650bc9..1122587 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. - rem The space after the version is intentionally ommited, otherwise the env var contains a space. *sigh* + # The space after the version is intentionally ommited, otherwise the env var contains a space. *sigh* cmd /C "set UNCIV_VERSION=4.12.14&& wix build .\unciv.wxs" dir