Commit Graph

9 Commits

Author SHA1 Message Date
Majjo
947bb399c8 ci: remove armv7 jobs, build arm64-v8a only 2026-04-19 23:54:48 +02:00
ΞTΞRNAL
0676212a38 feat: Initial commit! 2025-10-03 17:10:09 +05:30
authorisation
a5b917b2f7 chore(ci): remove universal 2024-10-13 12:09:50 +02:00
sn-o-w
95befdf381 fix(ci): rust android targets (#1188) 2024-08-11 10:10:18 +02:00
sn-o-w
ed42ed4caf chore(ci): improvments (#1156)
The Release CI workflow is currently failing, likely due to the minimum required Android SDK Build-tools version for `macos-latest` GitHub-hosted runners being updated to 33.0.2, while the version used in https://github.com/kevin-david/zipalign-sign-android-release is 32.0.0.

Changes made in this PR include:
- Upgraded Java version from 17 to 21.
_(Updated to `noriban/sign-android-release` in both workflows, seems to be more updated recently)_
_(Enabled by default in `noriban/sign-android-release`)_
- Automatically determined and utilized the latest installed Build Tools version for APK signing.
- Utilized `${{steps.sign_app.outputs.signedReleaseFile}}` to point to the signed APK files.
- Utilized `${GITHUB_SHA::7}` to obtain the short Git version hash in Debug CI
- Removed the 'Git branch name' step in Debug CI (no longer used, I guess?!)
- Removed the 'Delete unsigned file' step (redundant in Release CI since we can directly upload `${{steps.sign_app.outputs.signedReleaseFile}}`).
- In Debug CI delete unsigned files right before renaming the signed ones.
- In Release CI switch to `softprops/action-gh-release` since `marvinpinto/action-automatic-releases` is no longer maintained.
2024-07-12 02:15:12 +02:00
rhunk
577d2dca7a fix(ci): npm dependencies 2024-05-25 00:07:04 +02:00
rhunk
699695f2f1 fix(ci): npm dependencies 2024-05-24 23:59:58 +02:00
Caner Karaca
4e460ed2be chore: update dependencies (#964)
---------

Co-authored-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-05-08 14:13:44 +02:00
auth
4549b34a59 init(ci): pull request 2024-04-14 18:12:26 +02:00