diff --git a/.github/workflows/update-check.yml b/.github/workflows/update-check.yml index b4b9a907d..901dc8b5a 100644 --- a/.github/workflows/update-check.yml +++ b/.github/workflows/update-check.yml @@ -34,5 +34,12 @@ jobs: - name: Install server run: LGSM_GITHUBBRANCH="${GITHUB_REF#refs/heads/}" ./${{ matrix.shortname }}server auto-install + - name: Check Update server + run: LGSM_GITHUBBRANCH="${GITHUB_REF#refs/heads/}" ./${{ matrix.shortname }}server check-update + - name: Update server run: LGSM_GITHUBBRANCH="${GITHUB_REF#refs/heads/}" ./${{ matrix.shortname }}server update + + - name: Force Update server + if: matrix.shortname == 'css' + run: LGSM_GITHUBBRANCH="${GITHUB_REF#refs/heads/}" ./${{ matrix.shortname }}server force-update