Generate zip with the binary.
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Pedro de Oliveira 2023-04-23 03:54:42 +01:00
parent 683148902a
commit 180e5908c0
1 changed files with 12 additions and 1 deletions

View File

@ -20,4 +20,15 @@ steps:
- zip voctool.zip target/release/voctool
- tar cfvz voctool.tar.gz target/release/voctool
when:
status: success
status: success
- drone/artifact:
name: voctool.zip
path: voctool.zip
when:
status: success
- drone/artifact:
name: voctool.tar.gz
path: voctool.tar.gz
when:
status: success