Skip to content

Commit

Permalink
Merge pull request #72 from SurfingNerd/release_9_1
Browse files Browse the repository at this point in the history
fixed build-linux.sh for diamond-node
  • Loading branch information
SurfingNerd authored Oct 2, 2023
2 parents 27e083a + 2f309a8 commit 35a78e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
2 changes: 1 addition & 1 deletion scripts/actions/build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ echo "_____ Post-processing binaries _____"
rm -rf artifacts/*
mkdir -p artifacts/

cp -v target/release/openethereum artifacts/openethereum
cp -v target/release/diamond-node artifacts/diamond-node
cp -v target/release/openethereum-evm artifacts/openethereum-evm
cp -v target/release/ethstore artifacts/ethstore
cp -v target/release/ethkey artifacts/ethkey
21 changes: 0 additions & 21 deletions scripts/actions/build-windows.sh

This file was deleted.

0 comments on commit 35a78e1

Please sign in to comment.