From 2931f2e5cfd7307bdfc0028b4df132f412e52a8f Mon Sep 17 00:00:00 2001 From: Joshua Ashton Date: Fri, 9 Sep 2022 00:07:08 +0000 Subject: [PATCH] ci: Copy vphysics.so -> vphysics_client.so for GMod --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index ba62011..19e3477 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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