0
0
mirror of https://github.com/sp-tarkov/build.git synced 2025-02-12 17:10:45 -05:00

Adds Release target to Modules build task

This commit is contained in:
Refringe 2024-03-26 15:12:54 -04:00
parent f5d36b5ae0
commit 43620c98ef
Signed by: Refringe
GPG Key ID: 7715B85B4A6306ED

View File

@ -311,7 +311,7 @@ jobs:
- name: Build Modules
run: |
cd /workspace/SPT-AKI/Build/modules/project
dotnet build -p:Version=${{ needs.prepare.outputs.spt_version }}
dotnet build -c Release -p:Version=${{ needs.prepare.outputs.spt_version }}
printf "\nBuilt!\n\n"
tree /workspace/SPT-AKI/Build/modules/project/Build
shell: bash