Skip to content

Commit

Permalink
Fix entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
caponetto committed Apr 11, 2021
1 parent 20fa33f commit 1ca9df8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Less is more - artifact size"
description: "Be aware of the increase percentage of your artifact."
branding:
icon: 'bar-chart'
icon: 'bar-chart'
color: 'green'
inputs:
released_artifact_name:
Expand All @@ -15,4 +15,4 @@ inputs:
required: true
runs:
using: "node12"
main: "index.js"
main: "dist/index.js"

0 comments on commit 1ca9df8

Please sign in to comment.