Skip to content

Commit

Permalink
Version correctness test
Browse files Browse the repository at this point in the history
  • Loading branch information
yairm210 authored Jul 28, 2024
1 parent 86dbb79 commit 7a822ad
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 @@ -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
Expand Down

0 comments on commit 7a822ad

Please sign in to comment.