ashleyfae/Create Release Zip
Creates a zip file from your repo source and uploads it to the release.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| composer-install | Whether to install composer dependencies. | yes | true |
| directory-name | Name 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-name | Git 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 }} |
Outputs
| name | description |
|---|---|
| zip-path | Path to the created zip file |
| file-name | Generated asset file name |
| asset-url | API URL to GET the newly created asset. |
| asset-download-url | Browser download URL for the asset. |
| asset-id | ID of the newly created asset. |
| release-id | ID of the release. |
| release-tag | Tag name of the release. |