Fix to only copy problem-matchers configs to RUNNER_TOOL_CACHE

This commit is contained in:
Shivam Mathur
2021-11-10 05:45:18 +05:30
parent 03509eca9b
commit beaceb0089
5 changed files with 3 additions and 3 deletions

View File

@ -226,7 +226,7 @@ setup_php() {
exit 1
fi
sudo cp "$dist"/../src/configs/*.json "$RUNNER_TOOL_CACHE/"
sudo cp "$dist"/../src/configs/pm/*.json "$RUNNER_TOOL_CACHE/"
echo "::set-output name=php-version::$semver"
add_log "$tick" "PHP" "$status PHP $semver$extra_version"
}