From 48307c9264e5e902759b81b1bb17895c646f0977 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 19 May 2023 12:56:30 +0100 Subject: [PATCH] dir --- .github/workflows/serverlist-validate.sh | 2 +- .github/workflows/serverlist-validate.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/serverlist-validate.sh b/.github/workflows/serverlist-validate.sh index 112cf942a..d881738ba 100755 --- a/.github/workflows/serverlist-validate.sh +++ b/.github/workflows/serverlist-validate.sh @@ -2,7 +2,7 @@ echo "Checking that all the game servers are listed in all csv files" echo "this check will ensure serverlist.csv has the same number of lines (-2 lines) as the other csv files" # count the number of lines in the serverlist.csv -cd ../../lgsm/data/ +cd lgsm/modules serverlistcount="$(wc -l < serverlist.csv)" echo "serverlistcount: $serverlistcount" # get list of all csv files starting with ubunutu debian centos diff --git a/.github/workflows/serverlist-validate.yml b/.github/workflows/serverlist-validate.yml index 1333b1bfb..d4dbe31e6 100644 --- a/.github/workflows/serverlist-validate.yml +++ b/.github/workflows/serverlist-validate.yml @@ -5,7 +5,7 @@ on: jobs: # This workflow contains a single job called "build" - Version-Check: + serverlist-validate: # The type of runner that the job will run on runs-on: ubuntu-latest