0
0
mirror of https://github.com/sp-tarkov/build.git synced 2025-02-12 14:50:44 -05:00

Rename /project/static folder structure to just /static-assets

This commit is contained in:
Refringe 2024-03-08 12:08:52 -05:00
parent eca65955fc
commit cb76e505e2
Signed by: Refringe
GPG Key ID: 7715B85B4A6306ED
27 changed files with 2 additions and 2 deletions

View File

@ -279,8 +279,8 @@ jobs:
with:
path: /workspace/refringe/Build/build
- name: Merge Static and Dynamic Files
run: cp -rvf /workspace/refringe/Build/build/project/static/* /workspace/refringe/Build/release/
- name: Merge Static Assets and Dynamic Files
run: cp -rvf /workspace/refringe/Build/build/static-assets/* /workspace/refringe/Build/release/
shell: bash
- name: List Release Contents