mirror of
https://github.com/NoMercy-Entertainment/nomercy-packages.git
synced 2026-08-10 12:05:41 +00:00
Shared npm packages and internal dependencies for the NoMercy ecosystem
| Filename | Latest commit message | Latest commit date |
|---|---|---|
Publishing the APK was already a CI step, but nothing triggered it for an Android release: this workflow fires on repository_dispatch from the MEDIA SERVER or a manual dispatch, and nomercy-app-kmp cannot dispatch here because an org secret does not reach a private repo. So the public download only refreshed when an unrelated media-server release happened. A six-hourly schedule now covers it. The change check had to learn about the Android tag too — it compared media-server versions only, so the scheduled run would have decided nothing changed and skipped the step it was scheduled for. The version tracker records the same string the check compares, or every run would see a mismatch and rebuild forever. |
||
| .github | ||
| .gitattributes | ||
| deployed_version.txt | ||
| deployed_versions.txt | ||