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 /e/OS Mail 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 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 support for a test APK in the CI/CD pipeline.
- Added a new job for creating test releases, enhancing the release process.
-
Improvements
- Updated existing jobs to include the test APK in their execution flow, improving artifact management and release control.
- Changed the execution condition of the release job to allow for more controlled execution.
Edited by CodeRabbitAI