Update docker-image.yml
This commit is contained in:
parent
1274cc3389
commit
ebcd0b94ed
1 changed files with 2 additions and 2 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue