jaywcjlove/Release Upload Assets
GitHub Action to upload multiple assets to a release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Your GITHUB_TOKEN | no | ${{ github.token }} |
| asset-path | The paths to the assets you want to upload as a JSON array. You can use a glob pattern. | yes | "" |
| tag | Specify the release tag name, for example: 'v1.23.12' | no | "" |
Outputs
| name | description |
|---|---|
| browser_download_urls | The URL users can navigate to in order to download the uploaded asset |