mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-10 18:44:19 +00:00
Add assets
action output (#185)
This commit is contained in:
parent
b260a9f8a6
commit
58fa4b7a88
5 changed files with 15 additions and 5 deletions
|
@ -52,6 +52,8 @@ outputs:
|
|||
description: "Release ID"
|
||||
upload_url:
|
||||
description: "URL for uploading assets to the release"
|
||||
assets:
|
||||
description: "JSON array containing information about each uploaded asset, in the format given [here](https://docs.github.com/en/rest/reference/repos#upload-a-release-asset--code-samples) (minus the `uploader` field)"
|
||||
runs:
|
||||
using: "node12"
|
||||
main: "dist/index.js"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue