Update publish.sh (#1294)

This commit is contained in:
Andrea Fioraldi 2023-05-24 14:16:09 +02:00 committed by GitHub
parent 89876f2d89
commit 258780370f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,14 @@ cd .. || exit 1
sleep 20
cd libafl_qemu
cd libafl_qemu_build
cargo publish "$@"
cd ..
cd libafl_qemu_sys
cargo publish "$@"
cd ..
cargo publish "$@"
cd .. || exit 1