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

This commit is contained in:
stryan 2021-08-07 15:10:01 -04:00
parent f8a51fad3b
commit cfb8b043cb
1 changed files with 1 additions and 3 deletions

View File

@ -11,12 +11,10 @@ steps:
image: golang
commands:
- mkdir dist build
- make install
- DESTDIR=build make install
- tar -czf dist/release-$DRONE_TAG-$DRONE_STAGE_ARCH.tar.gz build/*
when:
event: tag
environment:
DESTDIR: build
- name: release
image: plugins/gitea-release