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:
|
||||
path: /workspace/refringe/Build/build
|
||||
|
||||
- name: List Directory Contents
|
||||
run: |
|
||||
tree /workspace/refringe/Build/build
|
||||
tree /workspace/refringe/Build/assembled
|
||||
- name: Merge Static and Dynamic Files
|
||||
run: cp -rv /workspace/refringe/Build/build/* /workspace/refringe/Build/assembled/
|
||||
shell: bash
|
||||
|
||||
- name: List Directory Contents
|
||||
run: tree /workspace/refringe/Build/assembled
|
||||
shell: bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user