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

This commit is contained in:
stryan 2021-10-15 11:27:12 -04:00
parent 81207cef23
commit ff93cf32b5

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: