Skip to content

Commit

Permalink
Merge pull request #133 from galacticcouncil/ci-upload-wasm
Browse files Browse the repository at this point in the history
ci: Upload wasm runtime
  • Loading branch information
mrq1911 authored Mar 7, 2021
2 parents d0e89c2 + 24d0c7b commit 9f292a4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,14 @@ jobs:
run: cd node && cargo test --release --features runtime-benchmarks -p pallet-exchange-benchmarking -p pallet-amm -p pallet-multi-payment-benchmarking
- name: Build release
run: time cargo build --release --verbose
- name: Upload release
- name: Upload release binary
uses: actions/upload-artifact@v2
with:
name: hydra-dx
path: target/release/hydra-dx
- name: Upload release wasm
uses: actions/upload-artifact@v2
with:
name: hydra_dx_runtime.wasm
path: target/release/wbuild/hydra-dx-runtime/hydra_dx_runtime.compact.wasm

0 comments on commit 9f292a4

Please sign in to comment.