Skip to content

Commit

Permalink
Fix build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Diatlov committed Jul 25, 2023
1 parent 026f796 commit ef5cfe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/src/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fuzzer_build() {

node_build() {
$CARGO build -p gear-cli "$@"
for f in ./target/release/build/gear-runtime-*
for f in ./target/release/build/gear-runtime-*/output
do
echo "Processing $f file..."
# take action on each file. $f store current file name
Expand Down

0 comments on commit ef5cfe3

Please sign in to comment.