ashleyfae/Create Release Zip

Creates a zip file from your repo source and uploads it to the release.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
composer-installWhether to install composer dependencies.yestrue
directory-nameName of the directory created inside the zip, and used as the base of the zip file name. Defaults to the repository name.no${{ github.event.repository.name }}
tag-nameGit tag to check out and include in the zip filename. Defaults to the tag from the release event. Override this for workflow_dispatch triggers.no${{ github.event.release.tag_name }}
namedescription
zip-pathPath to the created zip file
file-nameGenerated asset file name
asset-urlAPI URL to GET the newly created asset.
asset-download-urlBrowser download URL for the asset.
asset-idID of the newly created asset.
release-idID of the release.
release-tagTag name of the release.