Commit Graph

21 Commits

Author SHA1 Message Date
Majjo
947bb399c8 ci: remove armv7 jobs, build arm64-v8a only 2026-04-19 23:54:48 +02:00
Majjo
d86d9db508 ci: update actions to Node 24 compatible versions 2026-04-18 15:24:46 +02:00
particle-box
835dacd491 fix: release apk naming 2026-01-19 23:26:59 +05:30
particle-box
e49146504a fix: checkout changelog for release 2026-01-19 23:04:33 +05:30
particle-box
705fcca5ee fix: ci signing and warnings 2026-01-19 22:36:28 +05:30
particle-box
7028fc5189 fix: accidental removal 2026-01-19 21:45:57 +05:30
particle-box
fdc5bf4f17 fix: workflows 2026-01-19 21:43:26 +05:30
ΞTΞRNAL
d4fde5d5b9 fix: TypeScript 2026-01-19 04:46:04 +05:30
ΞTΞRNAL
c311f7714a feat: release.yml 2026-01-19 02:11:14 +05:30
Suryadip Sarkar
b66e551812 Delete .github/workflows/release.yml 2025-09-08 02:22:05 +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
dd8590d274 feat(composer_hooks): ts modules 2024-05-24 02:06:01 +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
023f35714e fix(ci): release action 2024-03-27 13:13:08 +01:00
Caner Karaca
607521ec76 chore: update dependencies (#498)
* Update beta.yml

* Update release.yml

* Update libs.versions.toml

* Update beta.yml

* Update beta.yml

* Update libs.versions.toml

* Update libs.versions.toml

* Update libs.versions.toml

* Update libs.versions.toml
2023-12-17 14:56:12 +01:00
Caner Karaca
fc62f1b73f build: update dependencies (#479)
* build: update libraries
* ci: remove android workflow

---------

Co-authored-by: auth <64337177+authorisation@users.noreply.github.com>
Co-authored-by: rhunk <101876869+rhunk@users.noreply.github.com>
2023-12-09 23:52:02 +01:00
authorisation
6b9e44700d fix(ci): submodules 2023-08-30 19:44:55 +02:00
auth
657cdc6242 fix(ci): wrong alias 2023-06-04 22:25:07 +00:00
auth
25caf52dfe add: release CI 2023-05-30 17:47:23 +00:00