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 348e459 commit 1be4d35
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" | sed -z "s/\n/<br\/>/g")"
upenv BOR "$(cat $TOME/module/log.md | sed -n "/#### $VER/,/####/P" | sed -e "/#/d" | sed '$d' | sed -z "s/\n/<br\/>/g")"

echo '
{
Expand Down

0 comments on commit 1be4d35

Please sign in to comment.