added output if config file doesn't exist
Some checks failed
godot-ci export / Windows Export (push) Successful in 1m16s
godot-ci export / Linux Export (push) Successful in 1m15s
godot-ci export / Steam Publish (push) Failing after 1m3s

This commit is contained in:
2025-07-06 14:59:23 -07:00
parent 38db6486fc
commit 80481fbf73

View File

@ -230,7 +230,7 @@ jobs:
# The Read Cache step is now handled by the actions/cache@v3 restore process. # The Read Cache step is now handled by the actions/cache@v3 restore process.
# This step can be removed or left for debugging. # This step can be removed or left for debugging.
echo "Files in steamcmd directory:" 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 - name: Update VDF
run: | run: |