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

This commit is contained in:
stryan 2021-10-15 11:27:12 -04:00
parent 81207cef23
commit ff93cf32b5
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ steps:
image: golang
commands:
- go mod vendor
- tar -czf release-source-$DRONE_TAG-$DRONE_STAGE_ARCH.tar.gz *
- tar -czf release-source-$DRONE_TAG.tar.gz *
- mkdir dist
- mv release-source-$DRONE_TAG.tar.gz dist/
when: