From 2116dff6197e047e890d48fa7b3493a38d42dcac Mon Sep 17 00:00:00 2001 From: Hertzole Date: Mon, 15 Jan 2024 04:24:55 +0100 Subject: [PATCH] ci: maybe fixed fix paths script I hate github actions so much --- ci/fix_paths.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/fix_paths.sh b/ci/fix_paths.sh index 3bc385b..f5c69c6 100644 --- a/ci/fix_paths.sh +++ b/ci/fix_paths.sh @@ -3,6 +3,6 @@ echo "Finding coverage files in $1" if [ -d "$1" ]; then find $1 -name "*.xml" -type f -print0 | xargs -0 -I {} sh -c ' echo "Fixing paths in {}" - sed -i "s/\/github\/workspace\/g" "{}" + sed -i "s/\/github\/workspace\///g" "{}" ' fi \ No newline at end of file