There is no such thing. All builds are signed.
If you haven't done anything then you have used the debug key to sign. Not recommended but you can continue to use that key.
Hi Erel,
The compiler fails when trying to compile the project as an App Bundle under Release +/- Obfuscated mode when selecting 'Use debug key' in the Tools>Private Sign Key
ObfuscatorMap.txt file created in Objects folder.
Compiling layouts code. (0.01s)
Organizing libraries. (0.00s)
(AndroidX SDK)
Compiling resources (0.08s)
Linking resources (0.28s)
Compiling generated Java code. (1.17s)
Finding libraries that need to be dexed. (0.00s)
Dex code (1.22s)
Dex merge (1.49s)
Copying libraries resources (0.46s)
Building app bundle (0.77s)
Signing AAB file Error
Private signing key not set
... However, I noticed the compiler did actually create the result.aab file. Upon uploading that into Google Play Console it rejected it as 'The Android App Bundle was not Signed'