Skip to content

Commit edcd2b7

Browse files
committed
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.
1 parent 6815e3d commit edcd2b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/details-check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
- name: Install dependencies
4343
run: sudo apt-get install libxml2-utils jq
4444

45+
- name: Create serverfiles directory
46+
run: mkdir -p serverfiles
47+
4548
- name: Grab server
4649
run: LGSM_GITHUBBRANCH="${GITHUB_REF#refs/heads/}" ./linuxgsm.sh ${{ matrix.shortname }}server
4750

0 commit comments

Comments
 (0)