diff --git a/action.yml b/action.yml index 75654f5..fee395b 100644 --- a/action.yml +++ b/action.yml @@ -126,4 +126,4 @@ runs: uses: hoatruongdev09/extract-zip@v1.2 with: input-path: opencover.${{inputs.opencover-version}}.zip - output-path: ./opencover + output-path: '${{github.workspace}}/opencover'