Mobile App: Build automation to create the signed apk using github actions

Description

User Story: Implement GitHub Actions for Building Debug APK on Tag Creation

Title: Build Debug APK using GitHub Actions on Tag Creation

As a mobile app developer,
I want to automate the process of building a signed APK whenever a new tag is created in the repository,
So that I can ensure that the latest version of the app is always available for testing without manual intervention.

Acceptance Criteria:

  1. Trigger on Tag Creation:

    • The GitHub Actions workflow should be triggered automatically when a new tag is created in the repository.

  2. Build Process:

    • The workflow should execute the necessary commands to build the signed APK for the mobile app.

    • The build process should use the appropriate environment and dependencies specified in the project.

  3. Artifact Storage:

    • The generated signed APK should be stored in firebase store

    • The artifact should be named clearly to indicate the version and tag associated with the build.

  4. Error Handling:

    • If the build fails, the workflow should log the error details and notify the team of the failure.

Additional Notes:

  • Ensure that the workflow is documented in the repository for future reference.

Activity

Show:
Done
Pinned fields
Click on the next to a field label to start pinning.

Assignee

Reporter

Issue Category

Original estimate

Time tracking

3d 5h logged

Components

Sprint

Priority

Created April 14, 2025 at 7:08 AM
Updated yesterday
Resolved last week