fix typo in build_release.sh

This commit is contained in:
creating2morrow 2023-05-17 16:59:16 -04:00
parent da12468eae
commit d00a0be810

View file

@ -21,5 +21,5 @@ cd nevmes-contact && cargo build --release && cp target/release/nevmes_contact .
cd ../
cd nevmes-message && cargo build --release && cp target/release/nevmes_message ../$LINUX_OUTPUT_DIR
cd ../
make the bzip for linux
# make the bzip for linux
cd .build/release/ && tar -cjf $RELEASE_NAME.tar.bz2 $RELEASE_NAME/ && mv $RELEASE_NAME.tar.bz2 ../../