update drone config
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
stryan 2021-08-07 15:10:01 -04:00
parent f8a51fad3b
commit cfb8b043cb

View File

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