Skip to content

Commit b96250b

Browse files
authored
Fix wrong docker image
1 parent 83c82b6 commit b96250b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trigger-tracing-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
git checkout -b darwinia origin/darwinia
5858
cp -r wasm ../overridden-runtimes/darwinia
5959
git checkout -b crab origin/crab
60-
cp -r wasm ../overridden-runtimes/darwinia
60+
cp -r wasm ../overridden-runtimes/crab
6161
6262
- name: Prepare build docker image
6363
run: mv overridden-runtimes docker-image/darwinia-tracing

0 commit comments

Comments
 (0)