bsdata/Publish catpkg
Publishes datafiles (catz/gstz), indexes (bsi, catpkg.json) and a bsr package, attaching them to a given release for download.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub auth token to authorize uploading release assets. | no | ${{ github.token }} |
| staging-path | Path where assets will be written to before being uploaded. | no | ${{ runner.temp }}/assets |
| upload-url | Upload URL for release assets. | no | ${{ github.event.release.upload_url }} |
Outputs
| name | description |
|---|---|
| staging-path | Path where generated assets were saved. |