From 926965c6fac17873bc50771596a80531c3415d95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 12:59:44 +0000 Subject: [PATCH] Bump scripts from `befb594` to `9f8318f` Bumps [scripts](https://github.com/OpenVicProject/scripts) from `befb594` to `9f8318f`. - [Commits](https://github.com/OpenVicProject/scripts/compare/befb5941d605b858eb11767e112b15e32b295f97...9f8318fb9f34fc49709ad8227577438e488dc88b) --- updated-dependencies: - dependency-name: scripts dependency-version: 9f8318fb9f34fc49709ad8227577438e488dc88b dependency-type: direct:production ... Add game prefix to git info (GAME_RELEASE, GAME_TAG) Add game prefix support to CI builds Signed-off-by: dependabot[bot] --- .github/actions/openvic-build/action.yml | 4 ++-- SConstruct | 2 +- scripts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/openvic-build/action.yml b/.github/actions/openvic-build/action.yml index 767cb0fe..66d1de05 100644 --- a/.github/actions/openvic-build/action.yml +++ b/.github/actions/openvic-build/action.yml @@ -80,8 +80,8 @@ runs: - name: Compile with SCons uses: OpenVicProject/openvic-build@master env: - OPENVIC_TAG: ${{ inputs.tag-name }} - OPENVIC_RELEASE: ${{ inputs.release-name }} + GAME_TAG: ${{ inputs.tag-name }} + GAME_RELEASE: ${{ inputs.release-name }} with: platform: ${{ inputs.platform }} target: ${{ inputs.target }} diff --git a/SConstruct b/SConstruct index 89a43be1..6b7d725d 100644 --- a/SConstruct +++ b/SConstruct @@ -78,7 +78,7 @@ env.Append(CPPPATH=[env.Dir(ext_variant), env.Dir(ext_src)]) Default( env.CommandNoCache( ext_variant + "/gen/commit_info.gen.hpp", - env.Value(env.get_git_info()), + env.Value(env.get_git_info("game")), env.Run(env.git_builder), name_prefix="game", ) diff --git a/scripts b/scripts index befb5941..9f8318fb 160000 --- a/scripts +++ b/scripts @@ -1 +1 @@ -Subproject commit befb5941d605b858eb11767e112b15e32b295f97 +Subproject commit 9f8318fb9f34fc49709ad8227577438e488dc88b