Browse Source

repo

pull/4207/head
Daniel Gibbs 2 years ago
parent
commit
e304f9809c
  1. 2
      .github/workflows/details-check.yml

2
.github/workflows/details-check.yml

@ -35,7 +35,7 @@ jobs:
run: sudo apt-get install libxml2-utils jq
- name: Download linuxgsm.sh
run: wget https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/feature/${GITHUB_REF#refs/heads/}/linuxgsm.sh; chmod +x linuxgsm.sh
run: wget https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/${GITHUB_REF#refs/heads/}/linuxgsm.sh; chmod +x linuxgsm.sh
- name: Grab server
run: LGSM_GITHUBBRANCH="feature/${GITHUB_REF#refs/heads/}" ./linuxgsm.sh ${{ matrix.shortname }}server

Loading…
Cancel
Save