Update action.yml

master
Vitalii Mikhailov 1 year ago committed by GitHub
parent 1481275cc9
commit 2ac3c0a91b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -123,5 +123,5 @@ runs:
file: opencover.${{inputs.opencover-version}}.zip
- name: Extract opencover.${{inputs.opencover-version}}
run: Expand-Archive -Path "opencover.${{inputs.opencover-version}}.zip" -DestinationPath "${{github.workspace}}/opencover"
run: Expand-Archive -Path "${{github.workspace}}/opencover.${{inputs.opencover-version}}.zip" -DestinationPath "${{github.workspace}}/opencover"
shell: pwsh

Loading…
Cancel
Save