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:
parent
bc80debbd3
commit
2ff4667278
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user