Skip to content

Commit

Permalink
fixed build-linux.sh for diamond-node
Browse files Browse the repository at this point in the history
  • Loading branch information
SurfingNerd committed Oct 2, 2023
1 parent 36ef6c9 commit 2f309a8
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 2f309a8

Please sign in to comment.