webshr/Build WordPress Archive
Build a zip archive of your WordPress plugin & theme using GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| node-version | Node version | no | 20 |
| install-composer | Install Composer? Use 'true' to install all dependencies, 'no-dev' to exclude dev dependencies, or 'false' to skip. | yes | no-dev |
| npm-run-build | Run `npm run build`? | yes | false |
| retention-days | Number of days to retain the artifact | no | 30 |
| archive-name | Name of the zip archive | no | ${{ github.event.repository.name }} |
| version | Version to stamp into the plugin/theme header, readme.txt and package.json before building (e.g. the release tag). Leave empty to skip. | no | "" |
| upload-artifact | Upload the artifact? | no | false |
Outputs
no outputs