mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-13 03:30:45 -05:00
Add build artifact archiving step
This commit is contained in:
parent
95b1c544b2
commit
278eba2aec
@ -198,9 +198,16 @@ jobs:
|
||||
run: |
|
||||
cd ./modules/project
|
||||
dotnet build
|
||||
ls -la
|
||||
ls -la Build
|
||||
shell: bash
|
||||
|
||||
- name: Archive Build
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: modules-build
|
||||
path: ./modules/project/Build
|
||||
overwrite: true
|
||||
|
||||
build-launcher:
|
||||
needs: check-tag-exists
|
||||
if: needs.check-tag-exists.outputs.proceed == 'true'
|
||||
|
Loading…
x
Reference in New Issue
Block a user