ci: added release job for test build
Summary
This MR added a job related to creating the release for /e/ OS test build so that app lounge can receive update for App Lounge app.
Technical details
create-json-files
and generate-apks
, these 2 jobs are modified to generate an apk signed with test key and JSON file for /e/ OS test build. A new build type releaseTest
is added in build.gradle to create the signed apk for test and A new job create-test-release
is added, which will create a release with this signed apk and JSON file.
Issue
Summary by CodeRabbit
-
New Features
- Introduced a new test APK build process, enhancing the release workflow for Android applications.
- Added support for a new
releaseTest
build type, allowing for specific configurations and signing. - Implemented a new job to create test releases, improving the integration of test APKs into the release cycle.
-
Chores
- Updated CI/CD pipeline to manage test APKs more effectively.
Edited by CodeRabbitAI