Skip to content

Commit 71128dc

Browse files
committed
fix: Make sure we're copying in the vactube models
Getting a bit hacky here! Find a better solution later on...
1 parent 2289200 commit 71128dc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-postcompiler.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
mkdir build/hammer
4444
robocopy hammer/scripts build/hammer/scripts /S /PURGE
4545
robocopy hammer/materials/tools build/hammer/materials/tools /S /PURGE
46+
robocopy hammer/models/editor/vactubes build/hammer/models/editor/vactubes /S /PURGE
4647
python src/hammeraddons/build_fgd_assets.py -i patch_postcompiler.fgd -o build/hammer -a hammer
4748
4849
- name: Freeze application

0 commit comments

Comments
 (0)