Skip to content

Commit

Permalink
fix: move command
Browse files Browse the repository at this point in the history
  • Loading branch information
mikirov committed Jul 27, 2023
1 parent 81551fa commit 4f19960
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cumulus-stack-overflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
repo: "paritytech/cumulus"
file: "rococo-parachain_runtime(.*)wasm"
regex: true
target: "test.wasm"
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}


Expand All @@ -49,14 +48,13 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --release

- name: Move test.wasm

run: |
ls
pwd
mv test.wasm target/release/test.wasm
find . -type f -regextype posix-extended -regex '.*/rococo-parachain_runtime.*wasm' -exec bash -c 'mv "$0" ./target/debug/test.wasm' {} \;
- name: Run wasm_injector
run: |
Expand Down

0 comments on commit 4f19960

Please sign in to comment.