|
@ -31,12 +31,12 @@ jobs: |
|
|
matrix: ${{ fromJSON(needs.create-matrix.outputs.matrix) }} |
|
|
matrix: ${{ fromJSON(needs.create-matrix.outputs.matrix) }} |
|
|
|
|
|
|
|
|
steps: |
|
|
steps: |
|
|
- name: Install dependencies |
|
|
|
|
|
run: sudo apt-get install libxml2-utils jq |
|
|
|
|
|
|
|
|
|
|
|
- name: Download linuxgsm.sh |
|
|
- name: Download linuxgsm.sh |
|
|
run: wget https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/${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: Install dependencies |
|
|
|
|
|
run: sudo apt-get install libxml2-utils jq |
|
|
|
|
|
|
|
|
- name: Grab server |
|
|
- name: Grab server |
|
|
run: LGSM_GITHUBBRANCH="${GITHUB_REF#refs/heads/}" ./linuxgsm.sh ${{ matrix.shortname }}server |
|
|
run: LGSM_GITHUBBRANCH="${GITHUB_REF#refs/heads/}" ./linuxgsm.sh ${{ matrix.shortname }}server |
|
|
|
|
|
|
|
|