No write out cache step
Some checks failed
godot-ci export / Windows Export (push) Successful in 1m17s
godot-ci export / Linux Export (push) Successful in 1m18s
godot-ci export / Steam Publish (push) Failing after 1m18s

This commit is contained in:
2025-07-06 10:39:05 -07:00
parent ddd24e87bf
commit b297984dc2

View File

@ -141,14 +141,14 @@ jobs:
steam-cache-${{ runner.os }}-
steam-cache-
- name: Read Cache
run: |
# 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 ~/steamcmd/
echo "Files in steamcmd config directory:"
ls -la ~/steamcmd/config/
# - name: Read Cache
# run: |
# # 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 ~/steamcmd/
# echo "Files in steamcmd config directory:"
# ls -la ~/steamcmd/config/
- name: Update VDF
run: |
@ -166,10 +166,10 @@ 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/
ls -la ~/steamcmd/config/
# - 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/
# ls -la ~/steamcmd/config/