From 45afba6e5fc915ccfaa8af64d0f04b5fa0bfaba9 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Sun, 25 Dec 2022 01:23:51 -0600 Subject: [PATCH] Update .drone.yml --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 28b46dabb..8524e9ac7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -82,6 +82,9 @@ steps: commands: - find build/bin/ - find build-bots/bin/ + - zip -j linux-build-x64.zip ./build/bin/* + - zip -j linux-build-bots-x64.zip ./build-bots/bin/* + - ls -lsh | grep zip volumes: - name: cache path: /home/eqemu/.ccache/