NVIDIA 390 driver

Which command do ypu mean? You have installed kernel 5.15? Okay.

Is usually your grub menu shown at boot or not? If not, change the /etc/default/grub file with this link so that grub menu is shown when you boot:

Then reboot and in grub menu choose "Advanced options for Zorin" then select kernel 5.15 there. So you can see if kernel 5.15 is installed. Then it boots with this kernel.
After login follow the steps in the link "How to set an older kernel as default". Edit etc/default/grub with sudo rights.

Delete all old nvidia packages with:

sudo apt remove --purge '^nvidia-.*'

Then install the nvidia 390 drivers with:

sudo apt install nvidia-driver-390 nvidia-dkms-390

Now reboot.