From beaad933ba12ac601304117ba74a2e0d40bb3133 Mon Sep 17 00:00:00 2001 From: Zaytha Date: Sun, 6 Jul 2025 12:10:51 -0700 Subject: [PATCH] check what files are actualy in the directory --- .gitea/workflows/godot-ci.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/godot-ci.yml b/.gitea/workflows/godot-ci.yml index efa42f0..7b8c935 100644 --- a/.gitea/workflows/godot-ci.yml +++ b/.gitea/workflows/godot-ci.yml @@ -160,10 +160,12 @@ jobs: ~/steamcmd/steamcmd.sh +set_steam_guard_code "${{ secrets.STEAM_GUARD_CODE }}" +login "${{ vars.STEAM_BUILD_USERNAME }}" "${{ secrets.STEAM_BUILD_PASSWORD }}" +run_app_build "$PWD/build/build_dependencies/steam/app_build_2739610.vdf" +quit - # - name: Write Cache - # run: | - # # The Write Cache step is now handled by the actions/cache@v3 save process. - # # This step can be removed or left for debugging. - # echo "Files in steamcmd directory to be cached:" - # ls -la ~/steamcmd/ + - name: Write Cache + run: | + # The Write Cache step is now handled by the actions/cache@v3 save process. + # This step can be removed or left for debugging. + echo "Files in steamcmd directory to be cached:" + ls -la ~/ + echo "Files in steamcmd directory:" + ls -la ~/steamcmd/ # ls -la ~/steamcmd/config/ \ No newline at end of file