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