0
0
mirror of https://github.com/sp-tarkov/build.git synced 2025-02-13 09:50:45 -05:00

Update build script to display directory structure

This commit is contained in:
Refringe 2024-03-04 21:53:25 -05:00
parent bc80debbd3
commit 2ff4667278
No known key found for this signature in database
GPG Key ID: DA8524051241DD36

View File

@ -118,7 +118,8 @@ jobs:
echo "Running build for $BUILD_TYPE"
npm run build:$BUILD_TYPE
echo "Built..."
tree -C ./server/project/build
cd ./server/project/build
tree -C
- name: Archive Build
uses: actions/upload-artifact@v3
@ -201,7 +202,8 @@ jobs:
cd ./modules/project
dotnet build
echo "Built..."
tree -C ./modules/project/Build
cd ./modules/project/Build
tree -C
shell: bash
- name: Archive Build