Skip to content

Commit

Permalink
ci: fix path to neard-sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksuss committed Sep 5, 2024
1 parent 00948af commit 71c4e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-neard-sandbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TAG=`curl -s https://rpc.${NETWORK}.near.org/status | jq -r .version.build`
git clone https://github.com/near/nearcore -b $TAG
cd nearcore
make sandbox
mv $(find target -name neard-sandbox) ../
cd ..
mv ${PWD}/nearcore/target/release/neard-sandbox .
rm -rf nearcore
echo "NEAR_SANDBOX_BIN_PATH=${PWD}/neard-sandbox" >> $GITHUB_ENV

0 comments on commit 71c4e45

Please sign in to comment.