Skip to content

Commit

Permalink
fix: Include toolspropcombine assets in build
Browse files Browse the repository at this point in the history
  • Loading branch information
ozxybox committed Nov 14, 2024
1 parent c0af10b commit 3e98754
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-postcompiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
mkdir build/bin/win64
mkdir build/hammer
robocopy hammer/scripts build/hammer/scripts /S /PURGE
robocopy hammer/materials/tools build/hammer/materials/tools /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 3e98754

Please sign in to comment.