Update .drone.yml

This commit is contained in:
Akkadius 2022-12-25 01:23:51 -06:00
parent c445f7bed6
commit e6dc06c0c6

View File

@ -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/