mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-13 06:30:45 -05:00
Add build artifact archiving step
This commit is contained in:
parent
9263244497
commit
f6df9e433b
@ -229,5 +229,12 @@ jobs:
|
|||||||
cd /workspace/refringe/Build/launcher/project
|
cd /workspace/refringe/Build/launcher/project
|
||||||
dotnet build
|
dotnet build
|
||||||
printf "\nBuilt!\n\n"
|
printf "\nBuilt!\n\n"
|
||||||
tree /workspace/refringe/Build/launcher/project
|
tree /workspace/refringe/Build/launcher/project/Build
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
- name: Archive Build
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: launcher-build
|
||||||
|
path: /workspace/refringe/Build/launcher/project/Build
|
||||||
|
overwrite: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user