mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-13 09:50:45 -05:00
Merge static and dynamic files in build process
This commit is contained in:
parent
15c145325e
commit
e0a04c4b51
@ -271,8 +271,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: /workspace/refringe/Build/build
|
path: /workspace/refringe/Build/build
|
||||||
|
|
||||||
- name: List Directory Contents
|
- name: Merge Static and Dynamic Files
|
||||||
run: |
|
run: cp -rv /workspace/refringe/Build/build/* /workspace/refringe/Build/assembled/
|
||||||
tree /workspace/refringe/Build/build
|
shell: bash
|
||||||
tree /workspace/refringe/Build/assembled
|
|
||||||
|
- name: List Directory Contents
|
||||||
|
run: tree /workspace/refringe/Build/assembled
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user