From d7a02073c4c9a9ee360a22c9945120b63a3aa731 Mon Sep 17 00:00:00 2001 From: fewensa <37804932+fewensa@users.noreply.github.com> Date: Thu, 28 Mar 2024 11:37:36 +0800 Subject: [PATCH] Rename darwinia-releases to darwinia-release --- .github/workflows/trigger-tracing-node.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/trigger-tracing-node.yml b/.github/workflows/trigger-tracing-node.yml index 150e852..24de37c 100644 --- a/.github/workflows/trigger-tracing-node.yml +++ b/.github/workflows/trigger-tracing-node.yml @@ -43,8 +43,8 @@ jobs: if: ${{ matrix.type == 'testnets' }} run: | mkdir overridden-runtimes - git clone https://github.com/darwinia-network/darwinia-releases - cd darwinia-releases + git clone https://github.com/darwinia-network/darwinia-release + cd darwinia-release git checkout -b pangolin origin/pangolin cp -r wasm ../overridden-runtimes/pangolin @@ -52,8 +52,8 @@ jobs: if: ${{ matrix.type == 'mainnets' }} run: | mkdir overridden-runtimes - git clone https://github.com/darwinia-network/darwinia-releases - cd darwinia-releases + git clone https://github.com/darwinia-network/darwinia-release + cd darwinia-release git checkout -b darwinia origin/darwinia cp -r wasm ../overridden-runtimes/darwinia git checkout -b crab origin/crab