Prepare zip
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Martyn 2020-09-20 14:20:35 +02:00
parent bc8117f4a7
commit a3af249f02

View file

@ -42,3 +42,10 @@ steps:
- cd godot/
- mkdir -v -p build/windows
- godot -v --export "win64" build/windows/asingcrow.exe
- name: package
image: alpine
commands:
- apk add --no-cache zip
- cd build/windows
- zip asyncrow-release.zip asingrow.exe asingrow.pck