Unfortunately, it doesn't seem like this is possible based on the AttachArtifactMojo and Artifact source code. The attachArtifact method they use always expects a type.
The best alternative is to use the maven-assembly-plugin to package your executable and install/deploy a tarball.