Files
CI/.github/workflows
Zephyron-Dev ff7e0eac85 Add release existence check to build decision logic
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)
2025-10-18 13:05:01 +10:00
..