mirror of https://github.com/status-im/consul.git
ci: only add consul binary to dev tarball (#8785)
This commit is contained in:
parent
0df4371be2
commit
e138a6499c
|
@ -422,7 +422,7 @@ jobs:
|
||||||
at: bin/
|
at: bin/
|
||||||
- run:
|
- run:
|
||||||
name: package binary
|
name: package binary
|
||||||
command: tar -czf consul.tar.gz -C bin/ .
|
command: tar -czf consul.tar.gz -C bin/ consul
|
||||||
- run:
|
- run:
|
||||||
name: Upload to s3
|
name: Upload to s3
|
||||||
command: |
|
command: |
|
||||||
|
|
Loading…
Reference in New Issue