I have an internal tool that I want to make available to users via Self Service. The tool is essentially a python script packaged with all required dependencies into a Unix Executable.
I've already tried uploading the executable in a zip and adding to self service but it fails out with the error: "Installation failed. The zip file contained no package."
Whats the best way for me to make this executable available for my users to download from Self Service?