Skip to content

Commit

Permalink
Fix bad update check sometimes
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonsturgeon committed Jul 24, 2024
1 parent 65fb98b commit 196b526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_for_updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
--rm \
--name version_checker \
ghcr.io/cfc-servers/steamcmd-slim:latest \
/home/steam/steamcmd/steamcmd.sh +login anonymous +app_info_print 4020 +quit \
/home/steam/steamcmd/steamcmd.sh +login anonymous +app_info_update +app_info_print 4020 +logoff +quit \
> "$GITHUB_WORKSPACE/raw_output.txt"
# Extract just the part we care about
Expand Down

0 comments on commit 196b526

Please sign in to comment.