diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 3392356..e5cbe1d 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -57,4 +57,4 @@ jobs: sudo chmod 600 ./private.key echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts - name: Update server resource pack hash - run: ssh -i ./private.key mc@flommc sed -i -e "s/\(resource-pack=\).*/\1$SSH1/g" oresia/server.properties + run: ssh -i ./private.key mc@flommc sed -i -e "s/\(resource-pack=\).*/\1$SHA1/g" oresia/server.properties