docs: update install docs and release automation

This commit is contained in:
2026-04-19 15:24:58 +02:00
parent 8d6334d3b4
commit 50410488a1
6 changed files with 96 additions and 78 deletions

View File

@@ -216,8 +216,10 @@ generate_appcast
if [[ -n "${GITEA_TOKEN:-}" && -n "${GITEA_OWNER:-}" && -n "${GITEA_REPO:-}" ]]; then
"$ROOT_DIR/scripts/publish_release.sh" "$VERSION" "$ARTIFACTS_DIR/$ZIP_NAME" "$ARTIFACTS_DIR/$DMG_NAME"
"$ROOT_DIR/scripts/update_homebrew_tap.sh" "$VERSION" "$ARTIFACTS_DIR/$DMG_NAME"
else
echo " Skipping Gitea release publishing (GITEA_* variables not fully set)."
echo " Skipping Homebrew tap update because release publishing was skipped."
fi
echo "✅ Build complete. Artifacts:"