Is your enhancement related to a problem? Please describe.
I'm looking to use the action to upload a zip when a Github release is created, but it needs to be in the format {plugin-slug}-{version}.zip
Describe the solution you'd like
An option to specify the zip file format
Describe alternatives you've considered
I'm spinning up PHP with WP-CLI and using the dist-archive command currently
Additional context
The ultimate goal is to grab the location of the zip file to upload it to the Github release, for non-wp.org plugins. Thanks!
Is your enhancement related to a problem? Please describe.
I'm looking to use the action to upload a zip when a Github release is created, but it needs to be in the format {plugin-slug}-{version}.zip
Describe the solution you'd like
An option to specify the zip file format
Describe alternatives you've considered
I'm spinning up PHP with WP-CLI and using the
dist-archivecommand currentlyAdditional context
The ultimate goal is to grab the location of the zip file to upload it to the Github release, for non-wp.org plugins. Thanks!