Fix #3: Test, Build, Sign and push to GH releases#6
Open
kumy wants to merge 8 commits intoolvid-io:mainfrom
Open
Fix #3: Test, Build, Sign and push to GH releases#6kumy wants to merge 8 commits intoolvid-io:mainfrom
kumy wants to merge 8 commits intoolvid-io:mainfrom
Conversation
Author
|
This workflow still work, due to #13, the "test" step had to be disabled temporarily |
Closed
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
2026a07 to
6f16518
Compare
6f16518 to
c5b55bf
Compare
41aec17 to
cde96a5
Compare
cde96a5 to
c990ae2
Compare
678d1e0 to
5c76841
Compare
5c76841 to
8d2565d
Compare
8d2565d to
f3a6d84
Compare
1b79478 to
7fbe980
Compare
b90a9cf to
3fc3cd5
Compare
94b328f to
3c8e051
Compare
f853b70 to
7a14fe3
Compare
7a14fe3 to
d798234
Compare
d798234 to
0d58ac2
Compare
|
@finiasz: Have you seen this PR? |
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
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_TOKENto 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