build(update.sh): Include the main example in the updates

This commit is contained in:
Benedikt Peetz 2024-03-27 10:56:11 +01:00
parent bfeb62033a
commit 2e2028da31
Signed by: bpeetz
GPG Key ID: A5E94010C3A642AD
1 changed files with 6 additions and 0 deletions

View File

@ -20,3 +20,9 @@
# If not, see <https://www.gnu.org/licenses/>.
cargo update && cargo upgrade
cd ./example/main || {
echo "Main example is missing";
exit 1
}
cargo update && cargo upgrade