From 81551fa4e1e5ea0ae6b45901b0b444f0259a6da1 Mon Sep 17 00:00:00 2001 From: Mihail Kirov Date: Thu, 27 Jul 2023 11:43:30 +0300 Subject: [PATCH] WIP: move step --- .github/workflows/cumulus-stack-overflow.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cumulus-stack-overflow.yaml b/.github/workflows/cumulus-stack-overflow.yaml index dd76880..17eefe3 100644 --- a/.github/workflows/cumulus-stack-overflow.yaml +++ b/.github/workflows/cumulus-stack-overflow.yaml @@ -35,7 +35,7 @@ jobs: repo: "paritytech/cumulus" file: "rococo-parachain_runtime(.*)wasm" regex: true - target: "./test.wasm" + target: "test.wasm" token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} @@ -52,7 +52,11 @@ jobs: args: --release - name: Move test.wasm - run: mv test.wasm ../target/release/test.wasm + + run: | + ls + pwd + mv test.wasm target/release/test.wasm - name: Run wasm_injector run: |