From 0904845ceb5ee55ec8005eb9f8556c0ffbd47520 Mon Sep 17 00:00:00 2001 From: Zaytha Date: Sun, 6 Jul 2025 06:35:18 -0700 Subject: [PATCH] steam guard code and echo test --- .gitea/workflows/godot-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/godot-ci.yml b/.gitea/workflows/godot-ci.yml index 9ab945a..1e247d1 100644 --- a/.gitea/workflows/godot-ci.yml +++ b/.gitea/workflows/godot-ci.yml @@ -110,6 +110,8 @@ jobs: run: | cd $PROJECT_PATH SHORT_SHA=$(echo $GITHUB_SHA | cut -c1-8) + echo "Short SHA: $SHORT_SHA" + echo "GITHUB_REF_NAME: $GITHUB_REF_NAME" sed -i -e "s/STEAM_DESCRIPTION/${GITHUB_REF_NAME} - ${SHORT_SHA}/" build/build_dependencies/steam/app_build_2739610.vdf - name: Publish to Steam # We don't need to download the artifcts, as they are alread in the container and targeted by the VDF