Skip to content

Commit

Permalink
WIP: move step
Browse files Browse the repository at this point in the history
  • Loading branch information
mikirov committed Jul 27, 2023
1 parent 2554d1d commit 81551fa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/cumulus-stack-overflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}


Expand All @@ -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: |
Expand Down

0 comments on commit 81551fa

Please sign in to comment.