From 80481fbf7369199af40e83dff4b8ac4dfc0ba876 Mon Sep 17 00:00:00 2001 From: Zaytha Date: Sun, 6 Jul 2025 14:59:23 -0700 Subject: [PATCH] added output if config file doesn't exist --- .gitea/workflows/godot-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/godot-ci.yml b/.gitea/workflows/godot-ci.yml index e3574ec..a0061c0 100644 --- a/.gitea/workflows/godot-ci.yml +++ b/.gitea/workflows/godot-ci.yml @@ -230,7 +230,7 @@ jobs: # The Read Cache step is now handled by the actions/cache@v3 restore process. # This step can be removed or left for debugging. echo "Files in steamcmd directory:" - ls -la ~/Steam/config/config.vdf + ls -la ~/Steam/config/config.vdf 2>/dev/null || echo "No cached config file"; - name: Update VDF run: |