Updated CI
All checks were successful
Sync Upstream Release / sync (push) Successful in 5s

This commit is contained in:
2026-03-05 19:28:47 +01:00
parent 2a1ce80d06
commit e40fabb418

View File

@@ -31,7 +31,12 @@ jobs:
echo "name=$NAME" >> "$GITHUB_OUTPUT"
fi
echo "$BODY" > /tmp/release_body.md
{
echo "$BODY"
echo ""
echo "---"
echo "**WICHTIG:** Die Inhalte stammen von [muxi](https://github.com/muxi1) und sind ursprünglich für amsPLUS erstellt worden."
} > /tmp/release_body.md
echo "$RELEASE" | jq -r '.assets[].browser_download_url' > /tmp/asset_urls.txt