Skip to content

Commit 57c37d9

Browse files
author
Roman
committed
small correct
1 parent 34de39f commit 57c37d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker-localnet.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,16 +87,16 @@ jobs:
8787
8888
- name: Prepare artifacts for upload
8989
run: |
90-
# mkdir -p build/scripts/
91-
# cp -v snapshot.json build/ || true
92-
# cp -v scripts/localnet.sh build/scripts/localnet.sh || true
93-
9490
mkdir -p build/ci_target/${{ matrix.runtime }}/release/ || true
9591
cp -v target/${{ matrix.runtime }}/release/node-subtensor build/ci_target/${{ matrix.runtime }}/release/node-subtensor || true
9692
9793
mkdir -p build/ci_target/${{ matrix.runtime }}/release/wbuild/node-subtensor-runtime/ || true
9894
cp -v target/${{ matrix.runtime }}/release/wbuild/node-subtensor-runtime/node_subtensor_runtime.compact.compressed.wasm build/ci_target/${{ matrix.runtime }}/release/wbuild/node-subtensor-runtime/node_subtensor_runtime.compact.compressed.wasm || true
9995
96+
# mkdir -p build/scripts/
97+
# cp -v snapshot.json build/ || true
98+
# cp -v scripts/localnet.sh build/scripts/localnet.sh || true
99+
100100
- name: Upload artifacts
101101
uses: actions/upload-artifact@v4
102102
with:

0 commit comments

Comments
 (0)