Skip to content

Commit

Permalink
fix(build/ci): retain launcher_version.h
Browse files Browse the repository at this point in the history
If this is missing, game binaries end up `2.0.0.1`.
  • Loading branch information
blattersturm committed Apr 8, 2022
1 parent 424da83 commit 48ce2c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ build_client:
untracked: true
paths:
- code/shared/citversion.h
- code/shared/launcher_version.h
- code/build/
except:
- server-ci
Expand Down Expand Up @@ -67,6 +68,7 @@ build_client_rdr3:
untracked: true
paths:
- code/shared/citversion.h
- code/shared/launcher_version.h
- code/build/
except:
- server-ci
Expand All @@ -93,6 +95,7 @@ build_launcher:
untracked: true
paths:
- code/shared/citversion.h
- code/shared/launcher_version.h
- code/build/
except:
- master
Expand Down

0 comments on commit 48ce2c3

Please sign in to comment.