Generate zip with the binary.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Pedro de Oliveira 2023-04-23 03:47:54 +01:00
parent 07c779a86d
commit 683148902a
1 changed files with 3 additions and 4 deletions

View File

@ -17,8 +17,7 @@ steps:
BINARY_NAME: voctool
commands:
- apk add zip tar
- zip ${BINARY_NAME}.zip target/release/${BINARY_NAME}
- tar -czvf ${BINARY_NAME}.tar.gz target/release/${BINARY_NAME}
- zip voctool.zip target/release/voctool
- tar cfvz voctool.tar.gz target/release/voctool
when:
status: success
status: success