Add content type and length to inputs

This commit is contained in:
Nick Cipollo
2019-08-26 17:12:56 -04:00
parent 0416a360c1
commit 7375770ad3
4 changed files with 46 additions and 13 deletions

View File

@@ -5,6 +5,9 @@ inputs:
artifact:
description: 'A path to an optional artifact to upload to the release.'
default: ''
artifactContentType:
description: 'The content type of the artifact. Defaults to raw'
default: ''
commit:
description: 'An optional commit reference. This will be used to create the tag if it doesn't exist.'
default: ''