Bläddra i källkod

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.
Daniel Gibbs 2 år sedan
förälder
incheckning
edcd2b7c8b
1 ändrade filer med 3 tillägg och 0 borttagningar
  1. 3 0
      .github/workflows/details-check.yml

+ 3 - 0
.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