forked from mirrors/action-gh-release
Add upload_url as action output (#75)
* Add upload_url as action output * Update README
This commit is contained in:
parent
94651eb27f
commit
1f8f474abe
3 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,8 @@ env:
|
|||
outputs:
|
||||
url:
|
||||
description: 'URL to the Release HTML Page'
|
||||
upload_url:
|
||||
description: 'URL for uploading assets to the release'
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue