Skip to content

Commit

Permalink
Back to what works :(
Browse files Browse the repository at this point in the history
  • Loading branch information
yairm210 authored Jul 28, 2024
1 parent ebae5f1 commit 12c9d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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.
# The space after the version is intentionally omitted, otherwise the env var contains a space. *sigh*
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
Expand Down

0 comments on commit 12c9d7a

Please sign in to comment.