0
0
mirror of https://github.com/sp-tarkov/build.git synced 2025-02-13 06:10:47 -05:00

Refactor build.yaml file structure

This commit is contained in:
Refringe 2024-03-01 13:17:36 -05:00
parent 74b96a7a10
commit 34c2d98d5f
No known key found for this signature in database
GPG Key ID: DA8524051241DD36

View File

@ -17,25 +17,6 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
repository: 'refringe/Server' repository: 'refringe/Server'
path: 'refringe/Server' path: 'server'
ref: '3.8.0-BE' ref: '3.8.0-BE'
fetch-depth: 0 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