From a9c3e3c4db8c7a5acbeb54f6b575a2d8180e7405 Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Sun, 5 Nov 2023 09:28:58 -0800 Subject: [PATCH] Change game name environment variable to "vsekai_xr_grid" in builds.yml The commit updates the game name environment variable in the builds.yml file from "model_explorer_" to "vsekai_xr_grid". --- .github/workflows/builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 397ade1..8a72273 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -9,7 +9,7 @@ on: pull_request: env: - GAME_NAME: model_explorer_ + GAME_NAME: vsekai_xr_grid GODOT_REF: groups-4.2.2023-11-03T221353Z GODOT_REPOSITORY: v-sekai/godot SCONSFLAGS: verbose=yes warnings=extra werror=no module_text_server_fb_enabled=yes use_thinlto=yes