Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #3: Test, Build, Sign and push to GH releases #6

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

kumy
Copy link

@kumy kumy commented Jan 3, 2022

Here is a GitHub workflow that will run on every branch to build and test the APK, and on tag it also create a release, sign and upload the APK.

It needs some secrets to be added to the repo to sign the release (see https://github.com/marketplace/actions/sign-android-release). it also need the GITHUB_TOKEN to have write privileges on the repo.

You can see the result on my repo fork https://github.com/kumy/olvid-android/releases (Using a dumb signing key)

Bests

@kumy
Copy link
Author

kumy commented Oct 28, 2022

This workflow still work, due to #13, the "test" step had to be disabled temporarily

https://github.com/kumy/olvid-android/releases

@kumy kumy force-pushed the build-apk branch 2 times, most recently from 6835c72 to 1421cd5 Compare January 26, 2023 16:15
@kumy kumy force-pushed the build-apk branch 2 times, most recently from 0de8e85 to 4a1422e Compare December 9, 2023 08:36
@kumy kumy force-pushed the build-apk branch 2 times, most recently from a1f79c1 to bf058d7 Compare March 20, 2024 18:51
@kumy kumy force-pushed the build-apk branch 5 times, most recently from 9e34a39 to 5734b2a Compare May 2, 2024 09:24
@kumy kumy force-pushed the build-apk branch 2 times, most recently from 7471411 to d8a8826 Compare May 2, 2024 17:16
@github-actions github-actions bot force-pushed the build-apk branch 2 times, most recently from b66095d to f8f48b4 Compare May 6, 2024 19:16
@github-actions github-actions bot force-pushed the build-apk branch 2 times, most recently from 907cdf2 to 22e3900 Compare July 11, 2024 05:57
@github-actions github-actions bot force-pushed the build-apk branch 2 times, most recently from 795f3bb to c4134d3 Compare November 16, 2024 14:04
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.

Attach build to GitHub releases
1 participant