Skip to content

Commit

Permalink
ci: maybe fixed fix paths script
Browse files Browse the repository at this point in the history
I hate github actions so much
  • Loading branch information
Hertzole committed Jan 15, 2024
1 parent d4c8211 commit 2116dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/fix_paths.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2116dff

Please sign in to comment.