Browse Source

feat: add serverfiles directory creation step

This commit adds a new step to the workflow that creates a "serverfiles" directory. This directory will be used for storing server-related files.
pull/4286/head
Daniel Gibbs 2 years ago
parent
commit
edcd2b7c8b
  1. 3
      .github/workflows/details-check.yml

3
.github/workflows/details-check.yml

@ -42,6 +42,9 @@ jobs:
- name: Install dependencies
run: sudo apt-get install libxml2-utils jq
- name: Create serverfiles directory
run: mkdir -p serverfiles
- name: Grab server
run: LGSM_GITHUBBRANCH="${GITHUB_REF#refs/heads/}" ./linuxgsm.sh ${{ matrix.shortname }}server

Loading…
Cancel
Save