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

This commit is contained in:
stryan 2021-10-15 11:19:55 -04:00
parent ea02c3d151
commit b0d3778a81
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ steps:
commands:
- mkdir dist
- 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:
event: tag