From de2482fca2a2e7eecaa546ea83146155fe7222db Mon Sep 17 00:00:00 2001 From: Vitalii Mikhailov Date: Tue, 24 Sep 2024 10:52:26 +0300 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'