update drone config typo
All checks were successful
continuous-integration/drone/tag Build is passing
All checks were successful
continuous-integration/drone/tag Build is passing
This commit is contained in:
parent
b4954e9adb
commit
ea02c3d151
@ -12,7 +12,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- mkdir dist
|
- mkdir dist
|
||||||
- go mod vendor
|
- 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:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user