Tesing restarting docker deamon
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user