You've already forked composer-build-action
17 lines
498 B
Markdown
17 lines
498 B
Markdown
<p align="center">
|
|
<img width="560" height="260" src="docs/image/github_gitea_actions.jpg" alt="github gitea actions">
|
|
</p>
|
|
|
|
# Build Composer package
|
|
|
|
[](https://github.com/rosven9856/gitea-package-action/blob/master/LICENSE)
|
|
|
|
This action will create a .zip archive to upload to Packagist repo.
|
|
|
|
|
|
## Example usage
|
|
|
|
```yaml
|
|
steps:
|
|
- uses: https://hub.cybercinch.nz/cybercinch/composer-build-action@mains
|