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:
parent
74b96a7a10
commit
34c2d98d5f
@ -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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user