Ver Fonte

travis: return cp task removed accidentally

Mokhtar Naamani há 4 anos atrás
pai
commit
069c68f478
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -43,7 +43,7 @@ script:
   - BUILD_DUMMY_WASM_BINARY=0 WASM_BUILD_TOOLCHAIN=nightly-2020-05-23 cargo build --release --target=${TARGET}
 
 before_deploy:
-
+  - cp ./target/${TARGET}/release/joystream-node .
   - FILENAME=`./joystream-node --version | sed -e "s/ /-/g"`
   - tar -cf ${FILENAME}.tar ./joystream-node
   - gzip ${FILENAME}.tar