d1ceward/Release Upload

Simple Github action to upload files to the current release

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenThe GitHub access token which will be used to upload release artifacts. Usually this will be `secrets.GITHUB_TOKEN`. yes
filesA 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

no outputs