From ebcd0b94ed780715108e6d1795346f02550dfb7c Mon Sep 17 00:00:00 2001 From: Andrew Marchukov Date: Wed, 24 May 2023 12:13:41 +0400 Subject: [PATCH] Update docker-image.yml --- .github/workflows/docker-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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