0
0
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:
Refringe 2024-03-08 13:23:24 -05:00
parent cc9efe4577
commit a68ab9799c
Signed by: Refringe
GPG Key ID: 7715B85B4A6306ED

View File

@ -120,7 +120,7 @@ jobs:
cd /workspace/refringe/Build/server/project
BUILD_TYPE="${{ steps.build-type.outputs.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"
tree -C /workspace/refringe/Build/server/project/build
shell: bash