update drone config
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is failing Details

This commit is contained in:
stryan 2021-10-15 12:34:18 -04:00
parent ada88655fd
commit 149c1753b8
1 changed files with 11 additions and 1 deletions

View File

@ -7,7 +7,17 @@ steps:
commands:
- make
- name: create release tar
- name: create release-source tar
image: golang
commands:
- go mod vendor
- tar -czf release-source-$DRONE_TAG.tar.gz *
- mkdir dist
- mv release-source-$DRONE_TAG.tar.gz dist/
when:
event: tag
- name: create release-binary tar
image: golang
commands:
- mkdir dist