Commit Graph

9 Commits

Author SHA1 Message Date
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