Error running Gradle (key store issue) #129
Replies: 4 comments
-
@dylanirlbeck did you find a solution for this ? |
Beta Was this translation helpful? Give feedback.
-
I didn't no :/ We now just live with the failing build. |
Beta Was this translation helpful? Give feedback.
-
@dylanirlbeck I found a solution. Just add the keys as secrets in github and pass them along as "env" on the build command. Error is gone and app is signed correctly. |
Beta Was this translation helpful? Give feedback.
-
Hey, I just did this setup for https://github.com/flutter/gallery, you can recreate the keystore using environment secrets: https://github.com/flutter/gallery/pull/488/files#diff-87db21a973eed4fef5f32b267aa60fcee5cbdf03c67fafdc2a9b553bb0b15f34R121 |
Beta Was this translation helpful? Give feedback.
-
Hi all. So I'm relatively new to Flutter, but I currently have this Action running inside a repo to check that the app can build properly. It was passing for a while, but ever since I added a key store to the app (to prep for an Android release),
flutter-action
has been failing to build in CI with the following error:My question is, what is the recommended way to deal with the key store file, since you're not supposed to check it in to source control? Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions