Add branding and correctly point to main file

This commit is contained in:
Konrad Pabjan 2019-11-05 17:12:58 -05:00
parent 9bdab6de30
commit bbc52402b0

View File

@ -10,4 +10,7 @@ inputs:
default: 'x64'
runs:
using: 'node12'
main: 'lib/setup-python.js'
main: 'dist/index.js'
branding:
icon: 'play'
color: 'yellow'