fix: package action (#3)

Package action output per github docs.
This commit is contained in:
Richard Simpson 2019-10-15 14:00:01 -05:00 committed by GitHub
parent 6784ab3896
commit da9a93f3f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 4758 additions and 2 deletions

View file

@ -12,7 +12,7 @@ inputs:
required: true
runs:
using: 'node12'
main: 'index.js'
main: 'dist/index.js'
branding:
icon: 'unlock'
color: 'gray-dark'