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

This commit is contained in:
stryan 2021-10-15 11:16:13 -04:00
parent 2df2c467fa
commit b4954e9adb
1 changed files with 1 additions and 1 deletions

View File

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