build: fix binary path
This commit is contained in:
parent
92c7ab62c2
commit
8ed6bc0578
1 changed files with 1 additions and 1 deletions
|
@ -14,5 +14,5 @@ cargo build ${release_param[@]} --target x86_64-unknown-linux-gnu
|
|||
|
||||
if [ $? -eq 0 ]
|
||||
then
|
||||
./target/x86_64-unknown-linux-gnu/release/grim
|
||||
./target/x86_64-unknown-linux-gnu/${type}/grim
|
||||
fi
|
Loading…
Reference in a new issue