From 14b5f72451d9afa276b6f337b9848d59a4cc7b45 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 12 May 2023 23:58:26 +0100 Subject: [PATCH] download correct configs --- .github/workflows/details-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/details-check.yml b/.github/workflows/details-check.yml index 7e4186bf0..5333bb500 100644 --- a/.github/workflows/details-check.yml +++ b/.github/workflows/details-check.yml @@ -41,7 +41,7 @@ jobs: run: LGSM_GITHUBBRANCH="feature/info_game-refactor" ./${{ matrix.shortname }}server developer - name: Download config - run: curl -o config https://raw.githubusercontent.com/GameServerManagers/Game-Server-Configs/master/CounterStrikeGlobalOffensive/server.cfg + run: curl -o config https://raw.githubusercontent.com/GameServerManagers/Game-Server-Configs/rename/${{ matrix.shortname }}/${servercfgdefault} - name: Check details run: LGSM_GITHUBBRANCH="feature/info_game-refactor" ./${{ matrix.shortname }}server detect-details