diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 5049345..97116e9 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -15,7 +15,7 @@ jobs: id: status run: | LOCALAPPVER=($(cat sandstorm.version)) - REMOTEAPPVER=($(curl -s -X GET 'https://api.steamcmd.net/v1/info/581330' | jq -r -e '.data."581330".depots."581333".manifests.public')) + REMOTEAPPVER=($(curl -s -X GET 'https://api.steamcmd.net/v1/info/581330' | jq -r -e '.data."581330".depots."581333".manifests.public.gid')) if [ -z "$REMOTEAPPVER" -a "$REMOTEAPPVER" = " " ]; then echo "Empty Response" exit 1 @@ -74,4 +74,4 @@ jobs: run: git fetch origin master - name: push code to master if: steps.build.outcome == 'success' - run: git push origin HEAD:master \ No newline at end of file + run: git push origin HEAD:master