mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-13 09:50:45 -05:00
Add build output and update build script
This commit is contained in:
parent
46f4571d0b
commit
7c1b2e521d
@ -117,7 +117,9 @@ jobs:
|
|||||||
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
|
||||||
|
echo "\nBuilt!\n"
|
||||||
tree -C /workspace/refringe/Build/server/project/build
|
tree -C /workspace/refringe/Build/server/project/build
|
||||||
|
shell: bash
|
||||||
|
|
||||||
- name: Archive Build
|
- name: Archive Build
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
@ -199,6 +201,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd /workspace/refringe/Build/modules/project
|
cd /workspace/refringe/Build/modules/project
|
||||||
dotnet build
|
dotnet build
|
||||||
|
echo "\nBuilt!\n"
|
||||||
tree /workspace/refringe/Build/modules/project/Build
|
tree /workspace/refringe/Build/modules/project/Build
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user