diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5d54dbd..f253357 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,6 +19,6 @@ jobs: - name: Install dependencies run: npm install - name: Setup config.json file - run: cp server/config.template.json config.json + run: cp server/config.template.json server/config.json - name: Run build run: npm run build