diff --git a/action.yml b/action.yml index 35896960..d0bd960b 100644 --- a/action.yml +++ b/action.yml @@ -28,7 +28,7 @@ inputs: path: description: Where to unpack the artifact required: false - default: './' + default: ${{github.workspace}} runs: using: node12 main: main.js