-
Notifications
You must be signed in to change notification settings - Fork 15
Fix #3: Test, Build, Sign and push to GH releases #6
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
Open
kumy
wants to merge
9
commits into
olvid-io:main
Choose a base branch
from
kumy:build-apk
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This workflow still work, due to #13, the "test" step had to be disabled temporarily |
6835c72
to
1421cd5
Compare
0de8e85
to
4a1422e
Compare
a1f79c1
to
bf058d7
Compare
9e34a39
to
5734b2a
Compare
5734b2a
to
b6fc5f1
Compare
76c2bec
to
7692386
Compare
9881ba4
to
eaefff1
Compare
5d0a80b
to
138f8b1
Compare
3d7b651
to
09971a8
Compare
b66095d
to
f8f48b4
Compare
f8f48b4
to
6f97421
Compare
907cdf2
to
22e3900
Compare
22e3900
to
fbaa3e5
Compare
39c637a
to
7982bfa
Compare
795f3bb
to
c4134d3
Compare
2026a07
to
6f16518
Compare
6f16518
to
c5b55bf
Compare
41aec17
to
cde96a5
Compare
cde96a5
to
c990ae2
Compare
678d1e0
to
5c76841
Compare
5c76841
to
8d2565d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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