mirror of
https://github.com/elseif/MikroTikPatch.git
synced 2026-09-11 08:12:15 +00:00
modified: .github/workflows/patch_v6.yml
modified: .github/workflows/patch_v7.yml
This commit is contained in:
5
.github/workflows/patch_v6.yml
vendored
5
.github/workflows/patch_v6.yml
vendored
@@ -453,13 +453,12 @@ jobs:
|
||||
for fmt in "${formats[@]}"; do
|
||||
platform="${FORMAT_PLATFORM[$fmt]}"
|
||||
link=$(link_file "$PUBLISH_DIR/chr-$VERSION$ARCH_EXT.$fmt.zip")
|
||||
echo "| $platform | $link |" >> "$RELEASE_BODY"
|
||||
fi
|
||||
echo "| $platform | $link |" >> "$RELEASE_BODY"
|
||||
done
|
||||
echo "</details>" >> "$RELEASE_BODY"
|
||||
echo "" >> "$RELEASE_BODY"
|
||||
|
||||
echo "<details><summary><strong>Changelog</strong></summary>" >> "$RELEASE_BODY"
|
||||
echo "<details><summary><strong>Changelog</strong> (click to expand)</summary>" >> "$RELEASE_BODY"
|
||||
echo "" >> "$RELEASE_BODY"
|
||||
echo "<pre>" >> "$RELEASE_BODY"
|
||||
cat "$PUBLISH_DIR/CHANGELOG" >> "$RELEASE_BODY"
|
||||
|
||||
Reference in New Issue
Block a user