Skip to content

Commit

Permalink
fix: Make sure we're copying in the vactube models
Browse files Browse the repository at this point in the history
Getting a bit hacky here! Find a better solution later on...
  • Loading branch information
ozxybox committed Dec 25, 2024
1 parent 2289200 commit f9677c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-postcompiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ jobs:
mkdir build/bin
mkdir build/bin/win64
mkdir build/hammer
# Getting hacky!
robocopy hammer/scripts build/hammer/scripts /S /PURGE
robocopy hammer/materials/tools build/hammer/materials/tools /S /PURGE
robocopy hammer/models/editor/vactubes build/hammer/models/editor/vactubes /S /PURGE
python src/hammeraddons/build_fgd_assets.py -i patch_postcompiler.fgd -o build/hammer -a hammer

- name: Freeze application
Expand Down

0 comments on commit f9677c1

Please sign in to comment.