-
Notifications
You must be signed in to change notification settings - Fork 111
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
Signing release APKs on GitHub Actions? #326
Comments
Okay, I ended up generating a dummy keystore manually to be used by |
You should also be able to use |
I see, thanks for the tip! |
I was able to make it work with |
Okay, I found them at |
@torokati44 Well, that's one of the steps |
Well, yes... 😅 Thankfully I was able to get rid of my only C++ dependency (Oboe) since, so this is no longer relevant. |
I have some difficulties signing my release builds on GitHub Actions due to #299.
A while ago, it was enough to have these secrets set up for GitHub Actions:
And then do this in the
.yml
config of the workflow:And have this in
build.gradle
:And I could build release
.apk
s on GitHub CI this way.But now, I'm not sure how I could get these secrets into
Cargo.toml
, or how I could avoid having to do so.Now I get this:
Error: Configure a release keystore via '[package.metadata.android.signing.release]'
See: https://github.com/torokati44/ruffle-android/runs/7828734259?check_suite_focus=true
The text was updated successfully, but these errors were encountered: