mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-13 01:50:46 -05:00
Specify the new Server arch
and platform
build options.
This commit is contained in:
parent
cc9efe4577
commit
a68ab9799c
@ -120,7 +120,7 @@ jobs:
|
|||||||
cd /workspace/refringe/Build/server/project
|
cd /workspace/refringe/Build/server/project
|
||||||
BUILD_TYPE="${{ steps.build-type.outputs.build_type }}"
|
BUILD_TYPE="${{ steps.build-type.outputs.build_type }}"
|
||||||
echo "Running build for $BUILD_TYPE"
|
echo "Running build for $BUILD_TYPE"
|
||||||
npm run build:$BUILD_TYPE
|
npm run build:$BUILD_TYPE -- --arch=x64 --platform=win32
|
||||||
printf "\nBuilt!\n\n"
|
printf "\nBuilt!\n\n"
|
||||||
tree -C /workspace/refringe/Build/server/project/build
|
tree -C /workspace/refringe/Build/server/project/build
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user