d1ceward/Release Upload
Simple Github action to upload files to the current release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
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