actions-marketplace-validations/Release Upload
Simple Github action to upload files to the current release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Nov 15, 2025
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/d1ceward_draft-assets-release-action@1a1b532a938696c6a6f6de805e5c3c6b849d40cf # no releases — HEAD as of 2026-07-15tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The GitHub access token which will be used to upload release artifacts. Usually this will be `secrets.GITHUB_TOKEN`. | yes | — |
| files | A list of files to publish, relative to the repository root. The files must be specified as a newline-delimited list of paths. ```yaml with: files: | bin/release-linux bin/release-windows ``` | yes | — |
Outputs
no outputs