mirror of
https://github.com/citron-neo/CI.git
synced 2026-07-05 15:21:59 -07:00
ff7e0eac85
Enhanced the version check to also verify if releases exist. Now builds will proceed if: 1. Upstream SHA has changed (new version), OR 2. Release/tag doesn't exist (first run or manual deletion) This fixes the issue where builds would be skipped even when releases were missing. The workflow will now automatically rebuild if a release is deleted or doesn't exist yet. Changes applied to all three platforms (Android, Linux, Windows). Use cases this handles: - First run when no releases exist - Manual release deletion requiring rebuild - Per-platform release management (if one platform's release is deleted)