fix(action.yml): output file now correct path

This commit is contained in:
Simone Corsi 2021-01-16 10:15:50 +01:00
parent 3cba062314
commit 98b17f8e1b

View File

@ -6,4 +6,4 @@ inputs:
default: ${{ github.token }}
runs:
using: 'node12'
main: 'dist/index.js'
main: 'index.js'