Skip to content

Commit c71d3ec

Browse files
author
Roman
committed
step 3
1 parent 788e04b commit c71d3ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-localnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@ jobs:
109109
TRIPLE="${{ matrix.platform.triple }}"
110110
111111
mkdir -p build/ci_target/${ARCH}/${RUNTIME}/release/
112-
cp -v target/${TRIPLE}/${RUNTIME}/release/node-subtensor \
112+
cp -v target/${TRIPLE}/release/node-subtensor \
113113
build/ci_target/${ARCH}/${RUNTIME}/release/
114114
115115
mkdir -p build/ci_target/${ARCH}/${RUNTIME}/release/wbuild/node-subtensor-runtime/
116-
cp -v target/${TRIPLE}/${RUNTIME}/release/wbuild/node-subtensor-runtime/node_subtensor_runtime.compact.compressed.wasm \
116+
cp -v target/${TRIPLE}/release/wbuild/node-subtensor-runtime/node_subtensor_runtime.compact.compressed.wasm \
117117
build/ci_target/${ARCH}/${RUNTIME}/release/wbuild/node-subtensor-runtime/
118118
119119
- name: Upload artifact

0 commit comments

Comments
 (0)