Skip to content

Commit

Permalink
Switch to substrate crates release
Browse files Browse the repository at this point in the history
* Fix browser build
* Use Substrate 2.0.0-alpha.6 release
* Introduced `robonomics-protocol-sensors` module
  • Loading branch information
akru committed Apr 16, 2020
1 parent 01137af commit 20c10cd
Show file tree
Hide file tree
Showing 27 changed files with 1,160 additions and 1,402 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ jobs:
cargo install --git https://github.com/alexcrichton/wasm-gc --force
cargo install --git https://github.com/rustwasm/wasm-pack --force
- name: Build Web Node
run: make pkg --directory bin/node/browser
run: make pkg --directory bin/node/cli/browser
- name: Upload Web Node into IPFS
run: |
cd bin/node/browser
cd bin/node/cli/browser
FILES=$(find * -type f | grep -v ' ' | awk -v q="'" '{print " -F " q "file=@\"" $0 "\"" q}')
curl "https://ipfs.infura.io:5001/api/v0/add?wrap-with-directory=true" $FILES
echo "Done"
Expand Down
Loading

0 comments on commit 20c10cd

Please sign in to comment.