Browse Source

download correct configs

pull/4200/head
Daniel Gibbs 2 years ago
parent
commit
14b5f72451
  1. 2
      .github/workflows/details-check.yml

2
.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

Loading…
Cancel
Save