modified: .github/workflows/patch_v6.yml

modified:   .github/workflows/patch_v7.yml
This commit is contained in:
elseif
2026-09-06 10:16:43 +08:00
parent 8f6f95221e
commit b9621532de
2 changed files with 3 additions and 4 deletions

View File

@@ -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"