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

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

View File

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