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

This commit is contained in:
stryan 2021-10-15 11:19:55 -04:00
parent ea02c3d151
commit b0d3778a81

View File

@ -12,7 +12,7 @@ steps:
commands: commands:
- mkdir dist - mkdir dist
- go mod vendor - go mod vendor
- tar --exclude='./dist' -czf dist/release-source-$DRONE_TAG-$DRONE_STAGE_ARCH.tar.gz * - tar --exclude='/dist' --exclude='/dist/*' -czf dist/release-source-$DRONE_TAG-$DRONE_STAGE_ARCH.tar.gz *
when: when:
event: tag event: tag