How to upload binary/executable artifacts associated with a plugin

Hi,

I have a plugin that needs to use an executable, one for linux for and for macosx. These were being loaded to maven central, but I’d like to switch everything to plugins.gradle for simplicity going forward. However, I don’t see anyway to include these additional executables as artifacts with the plugin? Does anyone know how to do this? Thanks!