more debugging yippiepiepipieeeee
All checks were successful
godot-ci export / Windows Export (push) Successful in 1m16s
godot-ci export / Linux Export (push) Successful in 1m16s
godot-ci export / Steam Publish (push) Successful in 1m15s

This commit is contained in:
2025-07-06 15:04:07 -07:00
parent 80481fbf73
commit 1fdb54c601

View File

@ -242,7 +242,7 @@ jobs:
run: |
cd $PROJECT_PATH
~/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
/home/steam/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: Debug Post-Cache
run: |
@ -251,11 +251,11 @@ jobs:
echo "Files in steamcmd directory to be cached:"
ls -la ~/
echo "Files in steamcmd directory:"
ls -la ~/steamcmd/
ls -la ~/steamcmd/ 2>/dev/null || echo "No steamcmd folder";
echo "Files in steam directory:"
ls -la ~/Steam/
ls -la ~/Steam/ 2>/dev/null || echo "No Steam Folder'";
echo "Files in steam config directory:"
ls -la ~/Steam/config
ls -la ~/Steam/config 2>/dev/null || echo "No cached config file";
- name: Save Cache
uses: https://gitea.com/actions/cache/save@v3