diff --git a/Dockerfile b/Dockerfile index 365dc81..4f81275 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM steamcmd/steamcmd:latest +FROM steamcmd/steamcmd:ubuntu-22 COPY steam_deploy.sh /root/steam_deploy.sh ENTRYPOINT ["/root/steam_deploy.sh"] diff --git a/steam_deploy.sh b/steam_deploy.sh index b7ac1be..f6f2a60 100755 --- a/steam_deploy.sh +++ b/steam_deploy.sh @@ -2,7 +2,7 @@ set -euo pipefail IFS=$'\n\t' -steamdir=${STEAM_HOME:-$HOME/.steam/root} +steamdir=${STEAM_HOME:-$HOME/Steam} # this is relative to the action contentroot=$(pwd)/$rootPath