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 Account Manager app.
Technical details
create-json-files
and generate-apks
, these 2 job 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 a new job for creating test releases, allowing for enhanced testing processes.
- Added support for a new test APK, improving the overall testing capabilities of the application.
-
Improvements
- Updated existing jobs to include the new test APK, ensuring comprehensive processing during builds.
- Modified release job conditions to allow for manual execution, providing more control over the release process.
Edited by CodeRabbitAI