fix
This commit is contained in:
parent
f40cbabcfe
commit
b814dfad21
1 changed files with 0 additions and 1 deletions
1
.github/workflows/docker-image.yml
vendored
1
.github/workflows/docker-image.yml
vendored
|
|
@ -14,7 +14,6 @@ jobs:
|
||||||
- name: Check new version
|
- name: Check new version
|
||||||
id: status
|
id: status
|
||||||
run: |
|
run: |
|
||||||
#!/bin/bash
|
|
||||||
LOCALAPPVER=$(cat sandstorm.version)
|
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')
|
||||||
if [[ "$LOCALAPPVER" != "$REMOTEAPPVER" ]]; then
|
if [[ "$LOCALAPPVER" != "$REMOTEAPPVER" ]]; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue