Skip to content

Commit

Permalink
Fixing path issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwaldp-oci committed Aug 1, 2023
1 parent a3ee342 commit 9a40beb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,12 +218,11 @@ jobs:
run: |
pwd
ls
cd peripherals
cd tx_wrapper
pushd eos-evm-node/peripherals/tx_wrapper
echo "EVM_NODE_TX_WRAPPER=$(pwd)" >> "$GITHUB_OUTPUT"
cd ../..
mv build.tar.gz eos-node-build/
cd eod-node-build
popd
mv build.tar.gz eos-evm-node/
cd eos-evm-node
tar xvf build.tar.gz
cd build
echo "EVM_NODE_BUILD=$(pwd)" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 9a40beb

Please sign in to comment.