diff --git a/upload/action.yml b/upload/action.yml index 2a0ecf1..181796e 100644 --- a/upload/action.yml +++ b/upload/action.yml @@ -66,4 +66,4 @@ outputs: SHA-256 digest for the artifact that was just uploaded. Empty if the artifact upload failed. runs: using: 'node20' - main: 'dist/upload/index.js' + main: 'dist/index.js'