-
Notifications
You must be signed in to change notification settings - Fork 14
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
kumy
wants to merge
7
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 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 |
kumy
force-pushed
the
build-apk
branch
2 times, most recently
from
January 26, 2023 16:15
6835c72
to
1421cd5
Compare
kumy
force-pushed
the
build-apk
branch
2 times, most recently
from
December 9, 2023 08:36
0de8e85
to
4a1422e
Compare
kumy
force-pushed
the
build-apk
branch
2 times, most recently
from
March 20, 2024 18:51
a1f79c1
to
bf058d7
Compare
kumy
force-pushed
the
build-apk
branch
5 times, most recently
from
May 2, 2024 09:24
9e34a39
to
5734b2a
Compare
github-actions
bot
force-pushed
the
build-apk
branch
from
May 2, 2024 09:25
5734b2a
to
b6fc5f1
Compare
github-actions
bot
force-pushed
the
build-apk
branch
from
May 2, 2024 09:31
76c2bec
to
7692386
Compare
github-actions
bot
force-pushed
the
build-apk
branch
from
May 2, 2024 09:48
9881ba4
to
eaefff1
Compare
github-actions
bot
force-pushed
the
build-apk
branch
from
May 2, 2024 09:55
5d0a80b
to
138f8b1
Compare
github-actions
bot
force-pushed
the
build-apk
branch
from
May 2, 2024 10:04
df84d55
to
a025568
Compare
github-actions
bot
force-pushed
the
build-apk
branch
from
May 2, 2024 10:06
edc803d
to
aeb25d5
Compare
kumy
force-pushed
the
build-apk
branch
2 times, most recently
from
May 2, 2024 17:16
7471411
to
d8a8826
Compare
github-actions
bot
force-pushed
the
build-apk
branch
from
May 2, 2024 17:17
d8a8826
to
ee0d171
Compare
github-actions
bot
force-pushed
the
build-apk
branch
from
May 2, 2024 17:56
3d7b651
to
09971a8
Compare
github-actions
bot
force-pushed
the
build-apk
branch
2 times, most recently
from
May 6, 2024 19:16
b66095d
to
f8f48b4
Compare
github-actions
bot
force-pushed
the
build-apk
branch
from
June 11, 2024 06:19
f8f48b4
to
6f97421
Compare
github-actions
bot
force-pushed
the
build-apk
branch
2 times, most recently
from
July 11, 2024 05:57
907cdf2
to
22e3900
Compare
github-actions
bot
force-pushed
the
build-apk
branch
from
September 25, 2024 09:12
22e3900
to
fbaa3e5
Compare
github-actions
bot
force-pushed
the
build-apk
branch
from
October 18, 2024 09:53
39c637a
to
7982bfa
Compare
github-actions
bot
force-pushed
the
build-apk
branch
2 times, most recently
from
November 16, 2024 14:04
795f3bb
to
c4134d3
Compare
github-actions
bot
force-pushed
the
build-apk
branch
from
November 28, 2024 10:09
c4134d3
to
2026a07
Compare
github-actions
bot
force-pushed
the
build-apk
branch
from
December 4, 2024 17:00
2026a07
to
6f16518
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