I know I have to be doing something wrong. I've been trying notarize my app for a few days.
I've bundled my app and am able to sign with hardened runtime. When I submit for notary with this command
/Applications/Xcode.app/Contents/Developer/usr/bin/notarytool submit /path/to/your/file.zip --wait --key "/path/to/your/AuthKey_ABCD1234.p8" --key-id "ABCD1234" --issuer "uuid-issuer-id"
it just eventually times out with no feedback or error report.