Skip to content

Prepare secrets file and upload APK artifact#448

Merged
ProdigyV21 merged 1 commit into
ProdigyV21:mainfrom
Himanth-reddy:apk-from-github-actions
Jul 9, 2026
Merged

Prepare secrets file and upload APK artifact#448
ProdigyV21 merged 1 commit into
ProdigyV21:mainfrom
Himanth-reddy:apk-from-github-actions

Conversation

@Himanth-reddy

Copy link
Copy Markdown
Collaborator

This pull request updates the GitHub Actions workflow to improve the build process for the project. The main changes involve securely handling secrets required for the build and automating the upload of the generated APK file as an artifact.

Build secrets management:

  • Added a new step to generate a secrets.properties file using environment variables from GitHub secrets, ensuring that sensitive API keys and credentials are available to the build process without hardcoding them.

Build artifact handling:

  • Added a step to upload the generated APK (app/build/outputs/apk/sideload/debug/*.apk) as a build artifact using the actions/upload-artifact@v4 action, making it available for download after the workflow completes.

@ProdigyV21 ProdigyV21 merged commit 47d8948 into ProdigyV21:main Jul 9, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants