0
0
mirror of https://github.com/sp-tarkov/build.git synced 2025-02-12 22:50:46 -05:00

Add build artifact archiving step

This commit is contained in:
Refringe 2024-03-05 11:22:44 -05:00
parent 9263244497
commit f6df9e433b
No known key found for this signature in database
GPG Key ID: DA8524051241DD36

View File

@ -229,5 +229,12 @@ jobs:
cd /workspace/refringe/Build/launcher/project
dotnet build
printf "\nBuilt!\n\n"
tree /workspace/refringe/Build/launcher/project
tree /workspace/refringe/Build/launcher/project/Build
shell: bash
- name: Archive Build
uses: actions/upload-artifact@v3
with:
name: launcher-build
path: /workspace/refringe/Build/launcher/project/Build
overwrite: true