Skip to content

Commit

Permalink
Remove copy step
Browse files Browse the repository at this point in the history
  • Loading branch information
mikogs committed Jan 15, 2024
1 parent 5e5458b commit 9627354
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/relayer-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,6 @@ jobs:
make eth-deps
make compile-eth
- name: Copy Membrane.json for relayer
shell: bash
run: |
mkdir -p eth/build/contracts/
find .
cp eth/artifacts/contracts/Membrane.sol/Membrane.json eth/build/contracts/Membrane.json
- name: Build relayer
run: |
cd relayer
Expand Down

0 comments on commit 9627354

Please sign in to comment.