Tesing restarting docker deamon
All checks were successful
godot-ci export / Windows Export (push) Successful in 1m16s
godot-ci export / Linux Export (push) Successful in 1m17s
godot-ci export / Steam Publish (push) Successful in 1m20s

This commit is contained in:
2025-07-06 15:34:51 -07:00
parent dfa0f7d795
commit f9411e8474
2 changed files with 11 additions and 1 deletions

View File

@ -164,6 +164,10 @@ jobs:
SHORT_SHA=$(echo $GITHUB_SHA | cut -c1-8)
sed -i -e "s/STEAM_DESCRIPTION/${GITHUB_REF_NAME} - ${SHORT_SHA}/" build/build_dependencies/steam/app_build_2739610.vdf
# There is a chacne that if you fail enough uplaods, steam will rate limit you.
# But to get a new steamguard code, you need to fail at least once to get the emial with the code
# The ratelimit time isn't published, but I saw in a reddit commit that its 30 minutes, but if you fail in that 30 mintues, it resets the timer
# Waiting 30 mintues worked for me, idk if that supersition is real or not :)
- name: Publish to Steam
run: |
cd $PROJECT_PATH