You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.
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:
The text was updated successfully, but these errors were encountered:
I'd like to use a single release asset url in the following steps.
The text was updated successfully, but these errors were encountered: