Skip to content

Commit

Permalink
Update Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juraj-hrivnak committed Oct 24, 2023
1 parent 1f32308 commit 0d260dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
mod_changes=$(echo $mod_changes | sed -r 's/[/]/\\\//g')
perl -i -pe "s/\@mod_changes\@/$mod_changes/g" $changelog
mod_changes=$(echo $mod_changes | sed -r 's/\\n/<br>/g')
mod_changes=$(echo $mod_changes | sed -r 's/\\n/&#10/g')
echo "mod_changes=$mod_changes" >> $GITHUB_OUTPUT
rm ./pax/modpack/manifest_prev.json
Expand Down

0 comments on commit 0d260dd

Please sign in to comment.