Fix matchers setup when action is called twice

This commit is contained in:
Shivam Mathur
2020-10-17 05:01:32 +05:30
parent e9595da9ac
commit 4244b92ac6
3 changed files with 3 additions and 3 deletions

View File

@ -400,5 +400,5 @@ if($version -lt "5.5") {
Enable-PhpExtension -Extension openssl, curl, opcache, mbstring -Path $php_dir
}
Update-PhpCAInfo -Path $php_dir -Source $cert_source
Move-Item -path $dist\..\src\configs\*.json -Destination $env:RUNNER_TOOL_CACHE
Copy-Item -Path $dist\..\src\configs\*.json -Destination $env:RUNNER_TOOL_CACHE
Add-Log $tick "PHP" "$status PHP $($installed.FullVersion)"