From 83a68634bb1e91476b6efa0709dd22ab4e2f504e Mon Sep 17 00:00:00 2001 From: Kuzz007 Date: Sat, 25 Jul 2026 02:32:37 +0300 Subject: [PATCH] chore: trigger CI to publish the dev-latest release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Empty commit — no code change. Actions on this fork needed a manual wake-up (workflow_dispatch) before push-triggered runs would fire at all; that manual run already validated the build (all 8 platforms succeeded) but couldn't publish dev-latest since that job is gated on event_name == 'push'. This commit exists purely to produce that push event now that Actions are confirmed working. Co-Authored-By: Claude Sonnet 5