From 9023b6d129d9d11ad56d2bc8a62bf51615d8df8f Mon Sep 17 00:00:00 2001 From: oratis Date: Sat, 27 Jun 2026 15:31:33 +0800 Subject: [PATCH] docs(gtm): fix dead workflow reference in AlternativeTo submitter notes PR #200 deleted .github/workflows/cross-platform-spike.yml and folded the Win/Linux compile check into ci.yml as the `cross-platform` job. Update the submitter-notes bullet to point at the live CI job and the bundling/signing gates tracked in docs/CROSS-PLATFORM-HARDENING.md. Co-Authored-By: Claude Opus 4.8 --- docs/marketing/alternativeto-entry.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/marketing/alternativeto-entry.md b/docs/marketing/alternativeto-entry.md index 04f1df1..930df5f 100644 --- a/docs/marketing/alternativeto-entry.md +++ b/docs/marketing/alternativeto-entry.md @@ -65,5 +65,7 @@ Tag Markup as an alternative to: - Honest framing: on macOS, Tauri renders via the system WebView (WKWebView) — it's native, not Electron. Say "native (Tauri/Rust)", don't claim "no webview". - Add a screenshot or two from `marketing/MarkupScreenshots-mac/` during submission. -- Re-list platforms to include Windows/Linux the day those builds ship — the - cross-platform spike (`.github/workflows/cross-platform-spike.yml`) is the gate. +- Re-list platforms to include Windows/Linux the day those builds ship. CI already + compile-checks both via the `cross-platform` job in `.github/workflows/ci.yml`; + the remaining shipping gates (bundling/signing) are tracked in + `docs/CROSS-PLATFORM-HARDENING.md`.