Fix entrypoint

This commit is contained in:
Sven-Hendrik Haase 2020-07-03 03:36:45 +02:00
parent 646b122c81
commit ff946c0b57
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915

View File

@ -23,4 +23,4 @@ inputs:
description: 'if true the file can be a glob pattern, asset_name is ignored if this is true'
runs:
using: 'node12'
main: 'lib/main.js'
main: 'dist/index.js'