removed expansion
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jake Hillion 2021-06-14 19:43:21 +01:00
parent c281bf2ff5
commit ad64732dee

View File

@ -34,7 +34,7 @@ steps:
path: /vendor
commands:
- cargo build --release
- tar -czvf target/release/linux_amd64.tar.gz target/release/{farm,node,plot,wallet}
- tar -czvf target/release/linux_amd64.tar.gz target/release/farm target/release/node target/release/plot target/release/wallet
- name: release
image: plugins/gitea-release