Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Add a single release asset url to outputs #30

Open
superbrothers opened this issue Feb 17, 2020 · 0 comments · May be fixed by #31
Open

Add a single release asset url to outputs #30

superbrothers opened this issue Feb 17, 2020 · 0 comments · May be fixed by #31

Comments

@superbrothers
Copy link

I'd like to use a single release asset url in the following steps.

diff --git a/action.yml b/action.yml
index 3b4ddb4..fa4a3b5 100644
--- a/action.yml
+++ b/action.yml
@@ -15,6 +15,8 @@ inputs:
     description: 'The content-type of the asset you want to upload. See the supported Media Types here: https://www.iana.org/assignments/media-types/media-types.xhtml for more information'
     required: true
 outputs:
+  url:
+    description: 'The URL of the uploaded asset'
   browser_download_url:
     description: 'The URL users can navigate to in order to download the uploaded asset'
 runs:
@superbrothers superbrothers linked a pull request Feb 17, 2020 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant