0
0
mirror of https://github.com/sp-tarkov/build.git synced 2025-02-13 05:30:45 -05:00

Update file copy command to include static files

This commit is contained in:
Refringe 2024-03-06 13:41:46 -05:00
parent e0a04c4b51
commit 21d34c574c
No known key found for this signature in database
GPG Key ID: DA8524051241DD36

View File

@ -272,7 +272,7 @@ jobs:
path: /workspace/refringe/Build/build
- name: Merge Static and Dynamic Files
run: cp -rv /workspace/refringe/Build/build/* /workspace/refringe/Build/assembled/
run: cp -rvf /workspace/refringe/Build/build/project/static/* /workspace/refringe/Build/assembled/
shell: bash
- name: List Directory Contents