diamondburned/action-upload-release
A small GitHub Action to upload build artifacts to releases.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| files | A list of files to upload. If a directory is specified, all files in the directory will be uploaded. | yes | — |
| release-id | The release ID to upload to. This is optional if the event that triggered this action is a release event. | — | ${{ github.event.release.id }} |
Outputs
no outputs