From 34c2d98d5f3b7ff63c46d1f1fddc8d224110d67d Mon Sep 17 00:00:00 2001 From: Refringe Date: Fri, 1 Mar 2024 13:17:36 -0500 Subject: [PATCH] Refactor build.yaml file structure --- .gitea/workflows/build.yaml | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 76cb44b..fa19bbe 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -17,25 +17,6 @@ jobs: uses: actions/checkout@v4 with: repository: 'refringe/Server' - path: 'refringe/Server' + path: 'server' ref: '3.8.0-BE' fetch-depth: 0 - - - name: Setup Node.js - uses: actions/setup-node@v4 - with: - node-version-file: ./project/package.json - - - name: Install Dependencies - run: npm install - working-directory: ./project - - - name: Build Project - run: npm run build - working-directory: ./project - - - name: Archive Build - uses: actions/upload-artifact@v4 - with: - name: built-artifacts - path: build