Add assets action output (#185)

This commit is contained in:
Naïm Favier 2021-11-26 00:02:50 +01:00 committed by GitHub
parent b260a9f8a6
commit 58fa4b7a88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 5 deletions

View file

@ -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"