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 6f58d20 commit d736bd0
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 @@ -194,7 +194,7 @@ jobs:
mod_changes=$(echo $mod_changes | sed -r 's/[/]/\\\//g')
perl -i -pe "s/\@mod_changes\@/$mod_changes/g" $changelog
echo "changelog=$(cat $changelog)" >> $GITHUB_OUTPUT
echo `changelog=$(cat "$changelog")` >> $GITHUB_OUTPUT
rm ./pax/modpack/manifest_prev.json
- name: Rename changelog
Expand Down

0 comments on commit d736bd0

Please sign in to comment.