Generate zip with the binary.
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
This commit is contained in:
parent
683148902a
commit
180e5908c0
13
.drone.yml
13
.drone.yml
|
@ -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
|
Loading…
Reference in New Issue