ci: Copy vphysics.so -> vphysics_client.so for GMod
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Joshua Ashton 2022-09-09 00:07:08 +00:00
parent 8165375c73
commit 2931f2e5cf
1 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,8 @@ steps:
image: alpine/git
commands:
- cd game
- cp bin/linux64/vphysics.so bin/linux64/vphysics_client.so
- cp bin/linux64/vphysics.so.dbg bin/linux64/vphysics_client.so.dbg
- git add .
- git commit -m "Update binaries as of $DRONE_COMMIT" || true
- git pull --rebase