0
0
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:
Refringe 2024-03-06 13:33:46 -05:00
parent 15c145325e
commit e0a04c4b51
No known key found for this signature in database
GPG Key ID: DA8524051241DD36

View File

@ -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