actions-marketplace-validations/action-upload-release
A small GitHub Action to upload build artifacts to releases.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 11, 2023
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/diamondburned_action-upload-release@7db8db63a78c06f926781e117394719b303ddfc7 # no releases — HEAD as of 2026-07-15tags can be moved; commit SHAs can't. why a SHA?
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