diff --git a/action.yml b/action.yml index c988395..ac7bf57 100644 --- a/action.yml +++ b/action.yml @@ -24,4 +24,4 @@ outputs: description: If the version of Bun was cached. runs: using: node20 - main: dist/action.js + main: dist/index.js