Skip to content

Commit

Permalink
Update Shell.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenlua authored Jan 10, 2024
1 parent 0952816 commit b56ad5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/Shell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cd $TOME/module
zip -r $TOME/Up/$(getmodun id)_$(getmodun version).zip *
upenv VER "V$(getmodun version)"
upenv VUR "$(getmodun version)"
upenv BOR "$(cat $TOME/module/log.md | sed -n "/#### $VER/,/####/P" | sed "/#/d")"
upenv BOR "$(cat $TOME/module/log.md | sed -n "/#### $VER/,/####/P" | sed "/#/d" | sed -z "s/\n/<br\/>/g")"

echo '
{
Expand Down

0 comments on commit b56ad5b

Please sign in to comment.