diff --git a/action.yml b/action.yml index 4247dd0..76af333 100644 --- a/action.yml +++ b/action.yml @@ -16,7 +16,7 @@ inputs: default: ${{ github.token }} runs: using: "node16" - main: "dist/index.js" + main: "lib/src/main.js" branding: icon: "shuffle" color: "green"